#F0BED4

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

Shades of Classic Rose #F0BED4

Tints of Classic Rose #F0BED4

Color information

#F0BED4 (or 0xF0BED4) is unknown color: approx Classic Rose. HEX triplet: F0, BE and D4. RGB value is (240,190,212). Sum of RGB (Red+Green+Blue) = 240+190+212=642 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.38% from 642); Green value is 190 (74.61% from 255 or 29.60% from 642); Blue value is 212 (83.20% from 255 or 33.02% from 642); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BED4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BED4 is #0F412B. Grayscale: #CFCFCF. Windows color (decimal): -999724 or 13942512. OLE color: 13942512.

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

Color convert

RGB240190212-
CMYK00.210.120.06
HSL333.6º62.5%84.31%-
HSV(B)333.6º20.83%94.12%-
XYZ66.2360.1170.4-
YUV207.46130.56151.21-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.38%
GREEN value IS 190 (74.61% from 255) = 29.60%
BLUE value IS 212 (83.20% from 255) = 33.02%
R=37.38%
G=29.60%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019021200.210.120.06333.662.584.31
HexF0BED4015C614e3e54
Octal36027632402514651676124
Binary11110000101111101101010001010111001101010011101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BED4; }

 p { color: rgb(240,190,212); }

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

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

 a { background-color: rgb(240,190,212); }

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

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

 span { border-color: rgb(240,190,212); }

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