#F3CACF

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

Shades of Pink Lace #F3CACF

Tints of Pink Lace #F3CACF

Color information

#F3CACF (or 0xF3CACF) is unknown color: approx Pink Lace. HEX triplet: F3, CA and CF. RGB value is (243,202,207). Sum of RGB (Red+Green+Blue) = 243+202+207=652 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.27% from 652); Green value is 202 (79.30% from 255 or 30.98% from 652); Blue value is 207 (81.25% from 255 or 31.75% from 652); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CACF is #0C3530. Grayscale: #D6D6D6. Windows color (decimal): -800049 or 13617907. OLE color: 13617907.

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

Color convert

RGB243202207-
CMYK00.170.150.05
HSL352.68º63.08%87.25%-
HSV(B)352.68º16.87%95.29%-
XYZ69.3565.868.08-
YUV214.83123.58148.09-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.27%
GREEN value IS 202 (79.30% from 255) = 30.98%
BLUE value IS 207 (81.25% from 255) = 31.75%
R=37.27%
G=30.98%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320220700.170.150.05352.6863.0887.25
HexF3CACF011F51613f57
Octal36331231702117554177127
Binary11110011110010101100111101000111111011011000011111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CACF; }

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

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

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

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

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

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

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

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