Html Css Color HEX #F0BAD5 Classic Rose

📋 copy color: '#F0BAD5'

red 240 ◦ green 186 ◦ blue 213

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

Shades of Classic Rose #F0BAD5

Tints of Classic Rose #F0BAD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 33.33%

R = 37.56%
G = 29.11%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#F0BAD5 (or 0xF0BAD5) is known color: Classic Rose. HEX triplet: F0, BA and D5. RGB value is (240,186,213). Sum of RGB (Red+Green+Blue) = 240+186+213=639 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.56% from 639); Green value is 186 (73.05% from 255 or 29.11% from 639); Blue value is 213 (83.59% from 255 or 33.33% from 639); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BAD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BAD5 is #0F452A. Grayscale: #CDCDCD. Windows color (decimal): -1000747 or 14007024. OLE color: 14007024.

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

Color convert

RGB 240 186 213 -
CMYK 0 0.22 0.11 0.06
HSL 330º 0.64% 0.84% -
HSV(B) 330º 0.23% 0.94% -
XYZ 65.5 58.45 70.78 -
YUV 205.22 132.39 152.8 -
System Red Green Blue C M Y K H S L
Decimal 240 186 213 0 0.22 0.11 0.06 330 0.64 0.84
Hex F0 BA D5 0 16 B 6 14A 40 54
Octal 360 272 325 0 26 13 6 512 100 124
Binary 11110000 10111010 11010101 0 10110 1011 110 101001010 1000000 1010100

Color Harmonies of #F0BAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BAD5

Black with #F0BAD5

Text Example


Text Example

White with #F0BAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BAD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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