#F0BEDD

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

Shades of Classic Rose #F0BEDD

Tints of Classic Rose #F0BEDD

Color information

#F0BEDD (or 0xF0BEDD) is unknown color: approx Classic Rose. HEX triplet: F0, BE and DD. RGB value is (240,190,221). Sum of RGB (Red+Green+Blue) = 240+190+221=651 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.87% from 651); Green value is 190 (74.61% from 255 or 29.19% from 651); Blue value is 221 (86.72% from 255 or 33.95% from 651); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BEDD is #0F4122. Grayscale: #D0D0D0. Windows color (decimal): -999715 or 14532336. OLE color: 14532336.

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

Color convert

RGB240190221-
CMYK00.210.080.06
HSL322.8º62.5%84.31%-
HSV(B)322.8º20.83%94.12%-
XYZ67.460.5776.55-
YUV208.48135.06150.48-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.87%
GREEN value IS 190 (74.61% from 255) = 29.19%
BLUE value IS 221 (86.72% from 255) = 33.95%
R=36.87%
G=29.19%
B=33.95%

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
Decimal24019022100.210.080.06322.862.584.31
HexF0BEDD015861433e54
Octal36027633502510650376124
Binary11110000101111101101110101010110001101010000111111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BEDD; }

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

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

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

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

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

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

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

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