Html Css Color HEX #F0BAC5 Chantilly

📋 copy color: '#F0BAC5'

red 240 ◦ green 186 ◦ blue 197

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

Shades of Chantilly #F0BAC5

Tints of Chantilly #F0BAC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 31.62%

R = 38.52%
G = 29.86%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F0BAC5 (or 0xF0BAC5) is known color: Chantilly. HEX triplet: F0, BA and C5. RGB value is (240,186,197). Sum of RGB (Red+Green+Blue) = 240+186+197=623 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.52% from 623); Green value is 186 (73.05% from 255 or 29.86% from 623); Blue value is 197 (77.34% from 255 or 31.62% from 623); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BAC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BAC5 is #0F453A. Grayscale: #CBCBCB. Windows color (decimal): -1000763 or 12958448. OLE color: 12958448.

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

Color convert

RGB 240 186 197 -
CMYK 0 0.22 0.18 0.06
HSL 347.78º 0.64% 0.84% -
HSV(B) 347.78º 0.23% 0.94% -
XYZ 63.57 57.67 60.6 -
YUV 203.4 124.39 154.11 -
System Red Green Blue C M Y K H S L
Decimal 240 186 197 0 0.22 0.18 0.06 347.78 0.64 0.84
Hex F0 BA C5 0 16 12 6 15C 40 54
Octal 360 272 305 0 26 22 6 534 100 124
Binary 11110000 10111010 11000101 0 10110 10010 110 101011100 1000000 1010100

Color Harmonies of #F0BAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BAC5

Black with #F0BAC5

Text Example


Text Example

White with #F0BAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BAC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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