#F9CADB

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

Shades of Classic Rose #F9CADB

Tints of Classic Rose #F9CADB

Color information

#F9CADB (or 0xF9CADB) is unknown color: approx Classic Rose. HEX triplet: F9, CA and DB. RGB value is (249,202,219). Sum of RGB (Red+Green+Blue) = 249+202+219=670 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.16% from 670); Green value is 202 (79.30% from 255 or 30.15% from 670); Blue value is 219 (85.94% from 255 or 32.69% from 670); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CADB is #063524. Grayscale: #D9D9D9. Windows color (decimal): -406821 or 14404345. OLE color: 14404345.

HSL color Cylindrical-coordinate representation of color #F9CADB: hue angle of 338.3º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F9CADB is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB249202219-
CMYK00.190.120.02
HSL338.3º79.66%88.43%-
HSV(B)338.3º18.88%97.65%-
XYZ72.9767.576.2-
YUV217.99128.57150.12-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.16%
GREEN value IS 202 (79.30% from 255) = 30.15%
BLUE value IS 219 (85.94% from 255) = 32.69%
R=37.16%
G=30.15%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920221900.190.120.02338.379.6688.43
HexF9CADB013C21525058
Octal371312333023142522120130
Binary11111001110010101101101101001111001010101001010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CADB; }

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

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

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

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

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

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

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

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