Html Css Color HEX #F0BAD9 Classic Rose

📋 copy color: '#F0BAD9'

red 240 ◦ green 186 ◦ blue 217

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

Shades of Classic Rose #F0BAD9

Tints of Classic Rose #F0BAD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 33.75%

R = 37.33%
G = 28.93%
B = 33.75%

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

#F0BAD9 (or 0xF0BAD9) is known color: Classic Rose. HEX triplet: F0, BA and D9. RGB value is (240,186,217). Sum of RGB (Red+Green+Blue) = 240+186+217=643 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.33% from 643); Green value is 186 (73.05% from 255 or 28.93% from 643); Blue value is 217 (85.16% from 255 or 33.75% from 643); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BAD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BAD9 is #0F4526. Grayscale: #CDCDCD. Windows color (decimal): -1000743 or 14269168. OLE color: 14269168.

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

Color convert

RGB 240 186 217 -
CMYK 0 0.22 0.10 0.06
HSL 325.56º 0.64% 0.84% -
HSV(B) 325.56º 0.23% 0.94% -
XYZ 66.02 58.65 73.49 -
YUV 205.68 134.39 152.48 -
System Red Green Blue C M Y K H S L
Decimal 240 186 217 0 0.22 0.10 0.06 325.56 0.64 0.84
Hex F0 BA D9 0 16 A 6 146 40 54
Octal 360 272 331 0 26 12 6 506 100 124
Binary 11110000 10111010 11011001 0 10110 1010 110 101000110 1000000 1010100

Color Harmonies of #F0BAD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BAD9

Black with #F0BAD9

Text Example


Text Example

White with #F0BAD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BAD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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