#F3CCCF

Color #F3CCCF Pale Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Rose #F3CCCF

Tints of Pale Rose #F3CCCF

Color information

#F3CCCF (or 0xF3CCCF) is unknown color: approx Pale Rose. HEX triplet: F3, CC and CF. RGB value is (243,204,207). Sum of RGB (Red+Green+Blue) = 243+204+207=654 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.16% from 654); Green value is 204 (80.08% from 255 or 31.19% from 654); Blue value is 207 (81.25% from 255 or 31.65% from 654); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CCCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CCCF is #0C3330. Grayscale: #D8D8D8. Windows color (decimal): -799537 or 13618419. OLE color: 13618419.

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

Color convert

RGB243204207-
CMYK00.160.150.05
HSL355.38º61.9%87.65%-
HSV(B)355.38º16.05%95.29%-
XYZ69.8266.7568.23-
YUV216122.92147.26-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.16%
GREEN value IS 204 (80.08% from 255) = 31.19%
BLUE value IS 207 (81.25% from 255) = 31.65%
R=37.16%
G=31.19%
B=31.65%

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
Decimal24320420700.160.150.05355.3861.987.65
HexF3CCCF010F51633e58
Octal36331431702017554376130
Binary11110011110011001100111101000011111011011000111111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CCCF; }

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

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

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

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

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

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

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

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