#F0BEDC

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

Shades of Classic Rose #F0BEDC

Tints of Classic Rose #F0BEDC

Color information

#F0BEDC (or 0xF0BEDC) is unknown color: approx Classic Rose. HEX triplet: F0, BE and DC. RGB value is (240,190,220). Sum of RGB (Red+Green+Blue) = 240+190+220=650 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.92% from 650); Green value is 190 (74.61% from 255 or 29.23% from 650); Blue value is 220 (86.33% from 255 or 33.85% from 650); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BEDC is #0F4123. Grayscale: #D0D0D0. Windows color (decimal): -999716 or 14466800. OLE color: 14466800.

HSL color Cylindrical-coordinate representation of color #F0BEDC: hue angle of 324º 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 #F0BEDC is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB240190220-
CMYK00.210.080.06
HSL324º62.5%84.31%-
HSV(B)324º20.83%94.12%-
XYZ67.2760.5275.85-
YUV208.37134.56150.56-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.92%
GREEN value IS 190 (74.61% from 255) = 29.23%
BLUE value IS 220 (86.33% from 255) = 33.85%
R=36.92%
G=29.23%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019022000.210.080.0632462.584.31
HexF0BEDC015861443e54
Octal36027633402510650476124
Binary11110000101111101101110001010110001101010001001111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BEDC; }

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

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

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

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

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

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

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

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