#F3CFDA

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

Shades of Pink Lace #F3CFDA

Tints of Pink Lace #F3CFDA

Color information

#F3CFDA (or 0xF3CFDA) is unknown color: approx Pink Lace. HEX triplet: F3, CF and DA. RGB value is (243,207,218). Sum of RGB (Red+Green+Blue) = 243+207+218=668 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.38% from 668); Green value is 207 (81.25% from 255 or 30.99% from 668); Blue value is 218 (85.55% from 255 or 32.63% from 668); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CFDA is #0C3025. Grayscale: #DBDBDB. Windows color (decimal): -798758 or 14340083. OLE color: 14340083.

HSL color Cylindrical-coordinate representation of color #F3CFDA: hue angle of 341.67º 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 #F3CFDA is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB243207218-
CMYK00.150.100.05
HSL341.67º60%88.24%-
HSV(B)341.67º14.81%95.29%-
XYZ71.9368.7475.81-
YUV219.02127.43145.11-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.38%
GREEN value IS 207 (81.25% from 255) = 30.99%
BLUE value IS 218 (85.55% from 255) = 32.63%
R=36.38%
G=30.99%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320721800.150.100.05341.676088.24
HexF3CFDA0FA51563c58
Octal36331733201712552674130
Binary1111001111001111110110100111110101011010101101111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CFDA; }

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

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

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

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

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

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

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

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