#F0B9DC

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

Shades of Classic Rose #F0B9DC

Tints of Classic Rose #F0B9DC

Color information

#F0B9DC (or 0xF0B9DC) is unknown color: approx Classic Rose. HEX triplet: F0, B9 and DC. RGB value is (240,185,220). Sum of RGB (Red+Green+Blue) = 240+185+220=645 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.21% from 645); Green value is 185 (72.66% from 255 or 28.68% from 645); Blue value is 220 (86.33% from 255 or 34.11% from 645); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B9DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B9DC is #0F4623. Grayscale: #CDCDCD. Windows color (decimal): -1000996 or 14465520. OLE color: 14465520.

HSL color Cylindrical-coordinate representation of color #F0B9DC: hue angle of 321.82º degrees, saturation: 0.65, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F0B9DC is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB240185220-
CMYK00.230.080.06
HSL321.82º64.71%83.33%-
HSV(B)321.82º22.92%94.12%-
XYZ66.258.3975.49-
YUV205.44136.22152.65-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.21%
GREEN value IS 185 (72.66% from 255) = 28.68%
BLUE value IS 220 (86.33% from 255) = 34.11%
R=37.21%
G=28.68%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018522000.230.080.06321.8264.7183.33
HexF0B9DC017861424153
Octal360271334027106502101123
Binary111100001011100111011100010111100011010100001010000011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B9DC; }

 p { color: rgb(240,185,220); }

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

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

 a { background-color: rgb(240,185,220); }

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

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

 span { border-color: rgb(240,185,220); }

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