Html Css Color HEX #F0BAD7 Classic Rose

📋 copy color: '#F0BAD7'

red 240 ◦ green 186 ◦ blue 215

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

Shades of Classic Rose #F0BAD7

Tints of Classic Rose #F0BAD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 33.54%

R = 37.44%
G = 29.02%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#F0BAD7 (or 0xF0BAD7) is known color: Classic Rose. HEX triplet: F0, BA and D7. RGB value is (240,186,215). Sum of RGB (Red+Green+Blue) = 240+186+215=641 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.44% from 641); Green value is 186 (73.05% from 255 or 29.02% from 641); Blue value is 215 (84.38% from 255 or 33.54% from 641); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BAD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BAD7 is #0F4528. Grayscale: #CDCDCD. Windows color (decimal): -1000745 or 14138096. OLE color: 14138096.

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

Color convert

RGB 240 186 215 -
CMYK 0 0.22 0.10 0.06
HSL 327.78º 0.64% 0.84% -
HSV(B) 327.78º 0.23% 0.94% -
XYZ 65.76 58.55 72.13 -
YUV 205.45 133.39 152.64 -
System Red Green Blue C M Y K H S L
Decimal 240 186 215 0 0.22 0.10 0.06 327.78 0.64 0.84
Hex F0 BA D7 0 16 A 6 148 40 54
Octal 360 272 327 0 26 12 6 510 100 124
Binary 11110000 10111010 11010111 0 10110 1010 110 101001000 1000000 1010100

Color Harmonies of #F0BAD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BAD7

Black with #F0BAD7

Text Example


Text Example

White with #F0BAD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BAD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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