#F4CFD6

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

Shades of Pink Lace #F4CFD6

Tints of Pink Lace #F4CFD6

Color information

#F4CFD6 (or 0xF4CFD6) is unknown color: approx Pink Lace. HEX triplet: F4, CF and D6. RGB value is (244,207,214). Sum of RGB (Red+Green+Blue) = 244+207+214=665 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.69% from 665); Green value is 207 (81.25% from 255 or 31.13% from 665); Blue value is 214 (83.98% from 255 or 32.18% from 665); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CFD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CFD6 is #0B3029. Grayscale: #DADADA. Windows color (decimal): -733226 or 14077940. OLE color: 14077940.

HSL color Cylindrical-coordinate representation of color #F4CFD6: hue angle of 348.65º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F4CFD6 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB244207214-
CMYK00.150.120.04
HSL348.65º62.71%88.43%-
HSV(B)348.65º15.16%95.69%-
XYZ71.7668.7173.1-
YUV218.86125.26145.93-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 36.69%
GREEN value IS 207 (81.25% from 255) = 31.13%
BLUE value IS 214 (83.98% from 255) = 32.18%
R=36.69%
G=31.13%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420721400.150.120.04348.6562.7188.43
HexF4CFD60FC415d3f58
Octal36431732601714453577130
Binary1111010011001111110101100111111001001010111011111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CFD6; }

 p { color: rgb(244,207,214); }

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

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

 a { background-color: rgb(244,207,214); }

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

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

 span { border-color: rgb(244,207,214); }

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