Html Css Color HEX #F5BAC8 Chantilly

📋 copy color: '#F5BAC8'

red 245 ◦ green 186 ◦ blue 200

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

Shades of Chantilly #F5BAC8

Tints of Chantilly #F5BAC8

RGB

 RED value IS 245 (96.09% from 255) = 38.83%

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

 BLUE value IS 200 (78.52% from 255) = 31.7%

R = 38.83%
G = 29.48%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#F5BAC8 (or 0xF5BAC8) is known color: Chantilly. HEX triplet: F5, BA and C8. RGB value is (245,186,200). Sum of RGB (Red+Green+Blue) = 245+186+200=631 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.83% from 631); Green value is 186 (73.05% from 255 or 29.48% from 631); Blue value is 200 (78.52% from 255 or 31.70% from 631); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BAC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BAC8 is #0A4537. Grayscale: #CDCDCD. Windows color (decimal): -673080 or 13155061. OLE color: 13155061.

HSL color Cylindrical-coordinate representation of color #F5BAC8: hue angle of 345.76º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F5BAC8 is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 186 200 -
CMYK 0 0.24 0.18 0.04
HSL 345.76º 0.75% 0.85% -
HSV(B) 345.76º 0.24% 0.96% -
XYZ 65.64 58.7 62.51 -
YUV 205.24 125.05 156.36 -
System Red Green Blue C M Y K H S L
Decimal 245 186 200 0 0.24 0.18 0.04 345.76 0.75 0.85
Hex F5 BA C8 0 18 12 4 15A 4B 55
Octal 365 272 310 0 30 22 4 532 113 125
Binary 11110101 10111010 11001000 0 11000 10010 100 101011010 1001011 1010101

Color Harmonies of #F5BAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BAC8

Black with #F5BAC8

Text Example


Text Example

White with #F5BAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BAC8; }

 p { color: rgb(245,186,200); }

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

background-color css

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

 a { background-color: rgb(245,186,200); }

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

border-color css

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

 span { border-color: rgb(245,186,200); }

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