#F0BADC

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

Shades of Classic Rose #F0BADC

Tints of Classic Rose #F0BADC

Color information

#F0BADC (or 0xF0BADC) is unknown color: approx Classic Rose. HEX triplet: F0, BA and DC. RGB value is (240,186,220). Sum of RGB (Red+Green+Blue) = 240+186+220=646 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.15% from 646); Green value is 186 (73.05% from 255 or 28.79% from 646); Blue value is 220 (86.33% from 255 or 34.06% from 646); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BADC is #0F4523. Grayscale: #CDCDCD. Windows color (decimal): -1000740 or 14465776. OLE color: 14465776.

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

Color convert

RGB240186220-
CMYK00.220.080.06
HSL322.22º64.29%83.53%-
HSV(B)322.22º22.5%94.12%-
XYZ66.4158.8175.56-
YUV206.02135.89152.24-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.15%
GREEN value IS 186 (73.05% from 255) = 28.79%
BLUE value IS 220 (86.33% from 255) = 34.06%
R=37.15%
G=28.79%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018622000.220.080.06322.2264.2983.53
HexF0BADC016861424054
Octal360272334026106502100124
Binary111100001011101011011100010110100011010100001010000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BADC; }

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

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

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

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

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

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

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

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