Html Css Color HEX #F0BAC6 Chantilly

📋 copy color: '#F0BAC6'

red 240 ◦ green 186 ◦ blue 198

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

Shades of Chantilly #F0BAC6

Tints of Chantilly #F0BAC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 31.73%

R = 38.46%
G = 29.81%
B = 31.73%

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

#F0BAC6 (or 0xF0BAC6) is known color: Chantilly. HEX triplet: F0, BA and C6. RGB value is (240,186,198). Sum of RGB (Red+Green+Blue) = 240+186+198=624 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.46% from 624); Green value is 186 (73.05% from 255 or 29.81% from 624); Blue value is 198 (77.73% from 255 or 31.73% from 624); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BAC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BAC6 is #0F4539. Grayscale: #CBCBCB. Windows color (decimal): -1000762 or 13023984. OLE color: 13023984.

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

Color convert

RGB 240 186 198 -
CMYK 0 0.22 0.18 0.06
HSL 346.67º 0.64% 0.84% -
HSV(B) 346.67º 0.23% 0.94% -
XYZ 63.69 57.72 61.21 -
YUV 203.51 124.89 154.02 -
System Red Green Blue C M Y K H S L
Decimal 240 186 198 0 0.22 0.18 0.06 346.67 0.64 0.84
Hex F0 BA C6 0 16 12 6 15B 40 54
Octal 360 272 306 0 26 22 6 533 100 124
Binary 11110000 10111010 11000110 0 10110 10010 110 101011011 1000000 1010100

Color Harmonies of #F0BAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BAC6

Black with #F0BAC6

Text Example


Text Example

White with #F0BAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BAC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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