#F3CBCF

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

Shades of Pink Lace #F3CBCF

Tints of Pink Lace #F3CBCF

Color information

#F3CBCF (or 0xF3CBCF) is unknown color: approx Pink Lace. HEX triplet: F3, CB and CF. RGB value is (243,203,207). Sum of RGB (Red+Green+Blue) = 243+203+207=653 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.21% from 653); Green value is 203 (79.69% from 255 or 31.09% from 653); Blue value is 207 (81.25% from 255 or 31.70% from 653); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CBCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CBCF is #0C3430. Grayscale: #D7D7D7. Windows color (decimal): -799793 or 13618163. OLE color: 13618163.

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

Color convert

RGB243203207-
CMYK00.160.150.05
HSL354º62.5%87.45%-
HSV(B)354º16.46%95.29%-
XYZ69.5866.2768.16-
YUV215.42123.25147.67-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.21%
GREEN value IS 203 (79.69% from 255) = 31.09%
BLUE value IS 207 (81.25% from 255) = 31.70%
R=37.21%
G=31.09%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320320700.160.150.0535462.587.45
HexF3CBCF010F51623e57
Octal36331331702017554276127
Binary11110011110010111100111101000011111011011000101111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CBCF; }

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

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

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

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

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

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

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

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