#F3CCDD

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

Shades of Classic Rose #F3CCDD

Tints of Classic Rose #F3CCDD

Color information

#F3CCDD (or 0xF3CCDD) is unknown color: approx Classic Rose. HEX triplet: F3, CC and DD. RGB value is (243,204,221). Sum of RGB (Red+Green+Blue) = 243+204+221=668 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.38% from 668); Green value is 204 (80.08% from 255 or 30.54% from 668); Blue value is 221 (86.72% from 255 or 33.08% from 668); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CCDD is #0C3322. Grayscale: #D9D9D9. Windows color (decimal): -799523 or 14535923. OLE color: 14535923.

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

Color convert

RGB243204221-
CMYK00.160.090.05
HSL333.85º61.9%87.65%-
HSV(B)333.85º16.05%95.29%-
XYZ71.6167.4677.65-
YUV217.6129.92146.12-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.38%
GREEN value IS 204 (80.08% from 255) = 30.54%
BLUE value IS 221 (86.72% from 255) = 33.08%
R=36.38%
G=30.54%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320422100.160.090.05333.8561.987.65
HexF3CCDD0109514e3e58
Octal36331433502011551676130
Binary11110011110011001101110101000010011011010011101111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CCDD; }

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

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

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

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

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

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

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

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