Html Css Color HEX #F0BACE Chantilly

📋 copy color: '#F0BACE'

red 240 ◦ green 186 ◦ blue 206

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

Shades of Chantilly #F0BACE

Tints of Chantilly #F0BACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 32.59%

R = 37.97%
G = 29.43%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F0BACE (or 0xF0BACE) is known color: Chantilly. HEX triplet: F0, BA and CE. RGB value is (240,186,206). Sum of RGB (Red+Green+Blue) = 240+186+206=632 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.97% from 632); Green value is 186 (73.05% from 255 or 29.43% from 632); Blue value is 206 (80.86% from 255 or 32.59% from 632); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BACE is #0F4531. Grayscale: #CCCCCC. Windows color (decimal): -1000754 or 13548272. OLE color: 13548272.

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

Color convert

RGB 240 186 206 -
CMYK 0 0.22 0.14 0.06
HSL 337.78º 0.64% 0.84% -
HSV(B) 337.78º 0.23% 0.94% -
XYZ 64.63 58.1 66.2 -
YUV 204.43 128.89 153.37 -
System Red Green Blue C M Y K H S L
Decimal 240 186 206 0 0.22 0.14 0.06 337.78 0.64 0.84
Hex F0 BA CE 0 16 E 6 152 40 54
Octal 360 272 316 0 26 16 6 522 100 124
Binary 11110000 10111010 11001110 0 10110 1110 110 101010010 1000000 1010100

Color Harmonies of #F0BACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BACE

Black with #F0BACE

Text Example


Text Example

White with #F0BACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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