#F3CFD8

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

Shades of Pink Lace #F3CFD8

Tints of Pink Lace #F3CFD8

Color information

#F3CFD8 (or 0xF3CFD8) is unknown color: approx Pink Lace. HEX triplet: F3, CF and D8. RGB value is (243,207,216). Sum of RGB (Red+Green+Blue) = 243+207+216=666 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.49% from 666); Green value is 207 (81.25% from 255 or 31.08% from 666); Blue value is 216 (84.77% from 255 or 32.43% from 666); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CFD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CFD8 is #0C3027. Grayscale: #DADADA. Windows color (decimal): -798760 or 14209011. OLE color: 14209011.

HSL color Cylindrical-coordinate representation of color #F3CFD8: hue angle of 345º degrees, saturation: 0.6, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F3CFD8 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB243207216-
CMYK00.150.110.05
HSL345º60%88.24%-
HSV(B)345º14.81%95.29%-
XYZ71.6768.6474.44-
YUV218.79126.43145.27-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.49%
GREEN value IS 207 (81.25% from 255) = 31.08%
BLUE value IS 216 (84.77% from 255) = 32.43%
R=36.49%
G=31.08%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320721600.150.110.053456088.24
HexF3CFD80FB51593c58
Octal36331733001713553174130
Binary1111001111001111110110000111110111011010110011111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CFD8; }

 p { color: rgb(243,207,216); }

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

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

 a { background-color: rgb(243,207,216); }

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

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

 span { border-color: rgb(243,207,216); }

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