#F5CADB

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

Shades of Classic Rose #F5CADB

Tints of Classic Rose #F5CADB

Color information

#F5CADB (or 0xF5CADB) is unknown color: approx Classic Rose. HEX triplet: F5, CA and DB. RGB value is (245,202,219). Sum of RGB (Red+Green+Blue) = 245+202+219=666 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.79% from 666); Green value is 202 (79.30% from 255 or 30.33% from 666); Blue value is 219 (85.94% from 255 or 32.88% from 666); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CADB is #0A3524. Grayscale: #D8D8D8. Windows color (decimal): -668965 or 14404341. OLE color: 14404341.

HSL color Cylindrical-coordinate representation of color #F5CADB: hue angle of 336.28º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F5CADB is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB245202219-
CMYK00.180.110.04
HSL336.28º68.25%87.65%-
HSV(B)336.28º17.55%96.08%-
XYZ71.5666.7776.13-
YUV216.8129.25148.12-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.79%
GREEN value IS 202 (79.30% from 255) = 30.33%
BLUE value IS 219 (85.94% from 255) = 32.88%
R=36.79%
G=30.33%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520221900.180.110.04336.2868.2587.65
HexF5CADB012B41504458
Octal365312333022134520104130
Binary111101011100101011011011010010101110010101000010001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CADB; }

 p { color: rgb(245,202,219); }

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

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

 a { background-color: rgb(245,202,219); }

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

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

 span { border-color: rgb(245,202,219); }

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