#F4CADB

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

Shades of Classic Rose #F4CADB

Tints of Classic Rose #F4CADB

Color information

#F4CADB (or 0xF4CADB) is unknown color: approx Classic Rose. HEX triplet: F4, CA and DB. RGB value is (244,202,219). Sum of RGB (Red+Green+Blue) = 244+202+219=665 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.69% from 665); Green value is 202 (79.30% from 255 or 30.38% from 665); Blue value is 219 (85.94% from 255 or 32.93% from 665); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CADB is #0B3524. Grayscale: #D8D8D8. Windows color (decimal): -734501 or 14404340. OLE color: 14404340.

HSL color Cylindrical-coordinate representation of color #F4CADB: hue angle of 335.71º degrees, saturation: 0.66, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F4CADB is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB244202219-
CMYK00.170.100.04
HSL335.71º65.62%87.45%-
HSV(B)335.71º17.21%95.69%-
XYZ71.2166.5976.12-
YUV216.5129.41147.62-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 36.69%
GREEN value IS 202 (79.30% from 255) = 30.38%
BLUE value IS 219 (85.94% from 255) = 32.93%
R=36.69%
G=30.38%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420221900.170.100.04335.7165.6287.45
HexF4CADB011A41504257
Octal364312333021124520102127
Binary111101001100101011011011010001101010010101000010000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CADB; }

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

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

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

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

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

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

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

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