#F3CFD5

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

Shades of Pink Lace #F3CFD5

Tints of Pink Lace #F3CFD5

Color information

#F3CFD5 (or 0xF3CFD5) is unknown color: approx Pink Lace. HEX triplet: F3, CF and D5. RGB value is (243,207,213). Sum of RGB (Red+Green+Blue) = 243+207+213=663 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.65% from 663); Green value is 207 (81.25% from 255 or 31.22% from 663); Blue value is 213 (83.59% from 255 or 32.13% from 663); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CFD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CFD5 is #0C302A. Grayscale: #DADADA. Windows color (decimal): -798763 or 14012403. OLE color: 14012403.

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

Color convert

RGB243207213-
CMYK00.150.120.05
HSL350º60%88.24%-
HSV(B)350º14.81%95.29%-
XYZ71.2968.4872.41-
YUV218.45124.93145.51-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.65%
GREEN value IS 207 (81.25% from 255) = 31.22%
BLUE value IS 213 (83.59% from 255) = 32.13%
R=36.65%
G=31.22%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320721300.150.120.053506088.24
HexF3CFD50FC515e3c58
Octal36331732501714553674130
Binary1111001111001111110101010111111001011010111101111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CFD5; }

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

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

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

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

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

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

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

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