Html Css Color HEX #F0BDDB Classic Rose

📋 copy color: '#F0BDDB'

red 240 ◦ green 189 ◦ blue 219

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

Shades of Classic Rose #F0BDDB

Tints of Classic Rose #F0BDDB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.17%

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

R = 37.04%
G = 29.17%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F0BDDB (or 0xF0BDDB) is known color: Classic Rose. HEX triplet: F0, BD and DB. RGB value is (240,189,219). Sum of RGB (Red+Green+Blue) = 240+189+219=648 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.04% from 648); Green value is 189 (74.22% from 255 or 29.17% from 648); Blue value is 219 (85.94% from 255 or 33.80% from 648); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BDDB is #0F4224. Grayscale: #CFCFCF. Windows color (decimal): -999973 or 14401008. OLE color: 14401008.

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

Color convert

RGB 240 189 219 -
CMYK 0 0.21 0.09 0.06
HSL 324.71º 0.63% 0.84% -
HSV(B) 324.71º 0.21% 0.94% -
XYZ 66.92 60.03 75.08 -
YUV 207.67 134.4 151.06 -
System Red Green Blue C M Y K H S L
Decimal 240 189 219 0 0.21 0.09 0.06 324.71 0.63 0.84
Hex F0 BD DB 0 15 9 6 145 3F 54
Octal 360 275 333 0 25 11 6 505 77 124
Binary 11110000 10111101 11011011 0 10101 1001 110 101000101 111111 1010100

Color Harmonies of #F0BDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BDDB

Black with #F0BDDB

Text Example


Text Example

White with #F0BDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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