#F3CADE

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

Shades of Classic Rose #F3CADE

Tints of Classic Rose #F3CADE

Color information

#F3CADE (or 0xF3CADE) is unknown color: approx Classic Rose. HEX triplet: F3, CA and DE. RGB value is (243,202,222). Sum of RGB (Red+Green+Blue) = 243+202+222=667 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.43% from 667); Green value is 202 (79.30% from 255 or 30.28% from 667); Blue value is 222 (87.11% from 255 or 33.28% from 667); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CADE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CADE is #0C3521. Grayscale: #D8D8D8. Windows color (decimal): -800034 or 14600947. OLE color: 14600947.

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

Color convert

RGB243202222-
CMYK00.170.090.05
HSL330.73º63.08%87.25%-
HSV(B)330.73º16.87%95.29%-
XYZ71.2766.5778.2-
YUV216.54131.08146.87-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.43%
GREEN value IS 202 (79.30% from 255) = 30.28%
BLUE value IS 222 (87.11% from 255) = 33.28%
R=36.43%
G=30.28%
B=33.28%

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
Decimal24320222200.170.090.05330.7363.0887.25
HexF3CADE0119514b3f57
Octal36331233602111551377127
Binary11110011110010101101111001000110011011010010111111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CADE; }

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

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

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

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

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

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

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

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