#F7CABE

Color #F7CABE Your Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Your Pink #F7CABE

Tints of Your Pink #F7CABE

Color information

#F7CABE (or 0xF7CABE) is unknown color: approx Your Pink. HEX triplet: F7, CA and BE. RGB value is (247,202,190). Sum of RGB (Red+Green+Blue) = 247+202+190=639 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.65% from 639); Green value is 202 (79.30% from 255 or 31.61% from 639); Blue value is 190 (74.61% from 255 or 29.73% from 639); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CABE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CABE is #083541. Grayscale: #D6D6D6. Windows color (decimal): -537922 or 12503799. OLE color: 12503799.

HSL color Cylindrical-coordinate representation of color #F7CABE: hue angle of 12.63º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F7CABE is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB247202190-
CMYK00.180.230.03
HSL12.63º78.08%85.69%-
HSV(B)12.63º23.08%96.86%-
XYZ68.7765.7357.78-
YUV214.09114.41151.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 247 (96.88% from 255) = 38.65%
GREEN value IS 202 (79.30% from 255) = 31.61%
BLUE value IS 190 (74.61% from 255) = 29.73%
R=38.65%
G=31.61%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720219000.180.230.0312.6378.0885.69
HexF7CABE012173d4e56
Octal36731227602227315116126
Binary1111011111001010101111100100101011111110110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CABE; }

 p { color: rgb(247,202,190); }

 H1.HeaderClassName
 {
   color: #F7CABE;
 }
 .AnyTagClassName
 {
   color: #F7CABE;
 }
</style>
background-color css

<style>
 a { background-color: #F7CABE; }

 a { background-color: rgb(247,202,190); }

 div.DivClassName
 {
   background-color: #F7CABE;
 }
 .BgClassName
 {
   background-color: #F7CABE;
 }
</style>
border-color css

<style>
 span { border-color: #F7CABE; }

 span { border-color: rgb(247,202,190); }

 td.TdClassName
 {
   border-color: #F7CABE;
 }
 .TagClassName
 {
   border-color: #F7CABE;
 }
</style>