#F3CADA

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

Shades of Classic Rose #F3CADA

Tints of Classic Rose #F3CADA

Color information

#F3CADA (or 0xF3CADA) is unknown color: approx Classic Rose. HEX triplet: F3, CA and DA. RGB value is (243,202,218). Sum of RGB (Red+Green+Blue) = 243+202+218=663 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.65% from 663); Green value is 202 (79.30% from 255 or 30.47% from 663); Blue value is 218 (85.55% from 255 or 32.88% from 663); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CADA is #0C3525. Grayscale: #D8D8D8. Windows color (decimal): -800038 or 14338803. OLE color: 14338803.

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

Color convert

RGB243202218-
CMYK00.170.100.05
HSL336.59º63.08%87.25%-
HSV(B)336.59º16.87%95.29%-
XYZ70.7466.3675.41-
YUV216.08129.08147.2-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.65%
GREEN value IS 202 (79.30% from 255) = 30.47%
BLUE value IS 218 (85.55% from 255) = 32.88%
R=36.65%
G=30.47%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320221800.170.100.05336.5963.0887.25
HexF3CADA011A51513f57
Octal36331233202112552177127
Binary11110011110010101101101001000110101011010100011111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CADA; }

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

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

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

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

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

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

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

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