#F3CADC

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

Shades of Classic Rose #F3CADC

Tints of Classic Rose #F3CADC

Color information

#F3CADC (or 0xF3CADC) is unknown color: approx Classic Rose. HEX triplet: F3, CA and DC. RGB value is (243,202,220). Sum of RGB (Red+Green+Blue) = 243+202+220=665 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.54% from 665); Green value is 202 (79.30% from 255 or 30.38% from 665); Blue value is 220 (86.33% from 255 or 33.08% from 665); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CADC is #0C3523. Grayscale: #D8D8D8. Windows color (decimal): -800036 or 14469875. OLE color: 14469875.

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

Color convert

RGB243202220-
CMYK00.170.090.05
HSL333.66º63.08%87.25%-
HSV(B)333.66º16.87%95.29%-
XYZ7166.4676.8-
YUV216.31130.08147.04-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.54%
GREEN value IS 202 (79.30% from 255) = 30.38%
BLUE value IS 220 (86.33% from 255) = 33.08%
R=36.54%
G=30.38%
B=33.08%

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
Decimal24320222000.170.090.05333.6663.0887.25
HexF3CADC0119514e3f57
Octal36331233402111551677127
Binary11110011110010101101110001000110011011010011101111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CADC; }

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

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

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

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

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

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

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

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