Html Css Color HEX #F0BBDC Classic Rose

📋 copy color: '#F0BBDC'

red 240 ◦ green 187 ◦ blue 220

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

Shades of Classic Rose #F0BBDC

Tints of Classic Rose #F0BBDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34%

R = 37.09%
G = 28.9%
B = 34%

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

#F0BBDC (or 0xF0BBDC) is known color: Classic Rose. HEX triplet: F0, BB and DC. RGB value is (240,187,220). Sum of RGB (Red+Green+Blue) = 240+187+220=647 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.09% from 647); Green value is 187 (73.44% from 255 or 28.90% from 647); Blue value is 220 (86.33% from 255 or 34.00% from 647); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BBDC is #0F4423. Grayscale: #CECECE. Windows color (decimal): -1000484 or 14466032. OLE color: 14466032.

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

Color convert

RGB 240 187 220 -
CMYK 0 0.22 0.08 0.06
HSL 322.64º 0.64% 0.84% -
HSV(B) 322.64º 0.22% 0.94% -
XYZ 66.62 59.23 75.63 -
YUV 206.61 135.56 151.82 -
System Red Green Blue C M Y K H S L
Decimal 240 187 220 0 0.22 0.08 0.06 322.64 0.64 0.84
Hex F0 BB DC 0 16 8 6 143 40 54
Octal 360 273 334 0 26 10 6 503 100 124
Binary 11110000 10111011 11011100 0 10110 1000 110 101000011 1000000 1010100

Color Harmonies of #F0BBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BBDC

Black with #F0BBDC

Text Example


Text Example

White with #F0BBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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