Html Css Color HEX #F0BBDB Classic Rose

📋 copy color: '#F0BBDB'

red 240 ◦ green 187 ◦ blue 219

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

Shades of Classic Rose #F0BBDB

Tints of Classic Rose #F0BBDB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 28.95%

 BLUE value IS 219 (85.94% from 255) = 33.9%

R = 37.15%
G = 28.95%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F0BBDB (or 0xF0BBDB) is known color: Classic Rose. HEX triplet: F0, BB and DB. RGB value is (240,187,219). Sum of RGB (Red+Green+Blue) = 240+187+219=646 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.15% from 646); Green value is 187 (73.44% from 255 or 28.95% from 646); Blue value is 219 (85.94% from 255 or 33.90% from 646); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BBDB is #0F4424. Grayscale: #CECECE. Windows color (decimal): -1000485 or 14400496. OLE color: 14400496.

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

Color convert

RGB 240 187 219 -
CMYK 0 0.22 0.09 0.06
HSL 323.77º 0.64% 0.84% -
HSV(B) 323.77º 0.22% 0.94% -
XYZ 66.49 59.18 74.94 -
YUV 206.5 135.06 151.9 -
System Red Green Blue C M Y K H S L
Decimal 240 187 219 0 0.22 0.09 0.06 323.77 0.64 0.84
Hex F0 BB DB 0 16 9 6 144 40 54
Octal 360 273 333 0 26 11 6 504 100 124
Binary 11110000 10111011 11011011 0 10110 1001 110 101000100 1000000 1010100

Color Harmonies of #F0BBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BBDB

Black with #F0BBDB

Text Example


Text Example

White with #F0BBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BBDB; }

 p { color: rgb(240,187,219); }

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

background-color css

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

 a { background-color: rgb(240,187,219); }

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

border-color css

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

 span { border-color: rgb(240,187,219); }

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