Html Css Color HEX #F0BADE Classic Rose

📋 copy color: '#F0BADE'

red 240 ◦ green 186 ◦ blue 222

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

Shades of Classic Rose #F0BADE

Tints of Classic Rose #F0BADE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 28.7%

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

R = 37.04%
G = 28.7%
B = 34.26%

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

#F0BADE (or 0xF0BADE) is known color: Classic Rose. HEX triplet: F0, BA and DE. RGB value is (240,186,222). Sum of RGB (Red+Green+Blue) = 240+186+222=648 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.04% from 648); Green value is 186 (73.05% from 255 or 28.70% from 648); Blue value is 222 (87.11% from 255 or 34.26% from 648); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BADE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BADE is #0F4521. Grayscale: #CECECE. Windows color (decimal): -1000738 or 14596848. OLE color: 14596848.

HSL color Cylindrical-coordinate representation of color #F0BADE: hue angle of 320º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F0BADE is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 186 222 -
CMYK 0 0.22 0.08 0.06
HSL 320º 0.64% 0.84% -
HSV(B) 320º 0.23% 0.94% -
XYZ 66.68 58.92 76.97 -
YUV 206.25 136.89 152.07 -
System Red Green Blue C M Y K H S L
Decimal 240 186 222 0 0.22 0.08 0.06 320 0.64 0.84
Hex F0 BA DE 0 16 8 6 140 40 54
Octal 360 272 336 0 26 10 6 500 100 124
Binary 11110000 10111010 11011110 0 10110 1000 110 101000000 1000000 1010100

Color Harmonies of #F0BADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BADE

Black with #F0BADE

Text Example


Text Example

White with #F0BADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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