#F3CADD

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

Shades of Classic Rose #F3CADD

Tints of Classic Rose #F3CADD

Color information

#F3CADD (or 0xF3CADD) is unknown color: approx Classic Rose. HEX triplet: F3, CA and DD. RGB value is (243,202,221). Sum of RGB (Red+Green+Blue) = 243+202+221=666 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.49% from 666); Green value is 202 (79.30% from 255 or 30.33% from 666); Blue value is 221 (86.72% from 255 or 33.18% from 666); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CADD is #0C3522. Grayscale: #D8D8D8. Windows color (decimal): -800035 or 14535411. OLE color: 14535411.

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

Color convert

RGB243202221-
CMYK00.170.090.05
HSL332.2º63.08%87.25%-
HSV(B)332.2º16.87%95.29%-
XYZ71.1366.5277.5-
YUV216.42130.58146.96-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.49%
GREEN value IS 202 (79.30% from 255) = 30.33%
BLUE value IS 221 (86.72% from 255) = 33.18%
R=36.49%
G=30.33%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320222100.170.090.05332.263.0887.25
HexF3CADD0119514c3f57
Octal36331233502111551477127
Binary11110011110010101101110101000110011011010011001111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CADD; }

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

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

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

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

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

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

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

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