Html Css Color HEX #F0BEE0 Classic Rose

📋 copy color: '#F0BEE0'

red 240 ◦ green 190 ◦ blue 224

#F0BEE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Classic Rose #F0BEE0

Tints of Classic Rose #F0BEE0

RGB

 RED value IS 240 (94.14% from 255) = 36.7%

 GREEN value IS 190 (74.61% from 255) = 29.05%

 BLUE value IS 224 (87.89% from 255) = 34.25%

R = 36.7%
G = 29.05%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F0BEE0 (or 0xF0BEE0) is known color: Classic Rose. HEX triplet: F0, BE and E0. RGB value is (240,190,224). Sum of RGB (Red+Green+Blue) = 240+190+224=654 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.70% from 654); Green value is 190 (74.61% from 255 or 29.05% from 654); Blue value is 224 (87.89% from 255 or 34.25% from 654); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BEE0 is #0F411F. Grayscale: #D0D0D0. Windows color (decimal): -999712 or 14728944. OLE color: 14728944.

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

Color convert

RGB 240 190 224 -
CMYK 0 0.21 0.07 0.06
HSL 319.2º 0.63% 0.84% -
HSV(B) 319.2º 0.21% 0.94% -
XYZ 67.8 60.73 78.67 -
YUV 208.83 136.57 150.24 -
System Red Green Blue C M Y K H S L
Decimal 240 190 224 0 0.21 0.07 0.06 319.2 0.63 0.84
Hex F0 BE E0 0 15 7 6 13F 3E 54
Octal 360 276 340 0 25 7 6 477 76 124
Binary 11110000 10111110 11100000 0 10101 111 110 100111111 111110 1010100

Color Harmonies of #F0BEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BEE0

Black with #F0BEE0

Text Example


Text Example

White with #F0BEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BEE0; }

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

 H1.HeaderClassName
 {
   color: #F0BEE0;
 }
 .AnyTagClassName
 {
   color: #F0BEE0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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