Html Css Color HEX #F0BBDE Classic Rose

📋 copy color: '#F0BBDE'

red 240 ◦ green 187 ◦ blue 222

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

Shades of Classic Rose #F0BBDE

Tints of Classic Rose #F0BBDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 34.21%

R = 36.98%
G = 28.81%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F0BBDE (or 0xF0BBDE) is known color: Classic Rose. HEX triplet: F0, BB and DE. RGB value is (240,187,222). Sum of RGB (Red+Green+Blue) = 240+187+222=649 (85% of max value = 765). Red value is 240 (94.14% from 255 or 36.98% from 649); Green value is 187 (73.44% from 255 or 28.81% from 649); Blue value is 222 (87.11% from 255 or 34.21% from 649); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BBDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BBDE is #0F4421. Grayscale: #CECECE. Windows color (decimal): -1000482 or 14597104. OLE color: 14597104.

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

Color convert

RGB 240 187 222 -
CMYK 0 0.22 0.08 0.06
HSL 320.38º 0.64% 0.84% -
HSV(B) 320.38º 0.22% 0.94% -
XYZ 66.89 59.34 77.04 -
YUV 206.84 136.56 151.65 -
System Red Green Blue C M Y K H S L
Decimal 240 187 222 0 0.22 0.08 0.06 320.38 0.64 0.84
Hex F0 BB DE 0 16 8 6 140 40 54
Octal 360 273 336 0 26 10 6 500 100 124
Binary 11110000 10111011 11011110 0 10110 1000 110 101000000 1000000 1010100

Color Harmonies of #F0BBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BBDE

Black with #F0BBDE

Text Example


Text Example

White with #F0BBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BBDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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