Html Css Color HEX #F5BACA Chantilly

📋 copy color: '#F5BACA'

red 245 ◦ green 186 ◦ blue 202

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

Shades of Chantilly #F5BACA

Tints of Chantilly #F5BACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 31.91%

R = 38.7%
G = 29.38%
B = 31.91%

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

#F5BACA (or 0xF5BACA) is known color: Chantilly. HEX triplet: F5, BA and CA. RGB value is (245,186,202). Sum of RGB (Red+Green+Blue) = 245+186+202=633 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.70% from 633); Green value is 186 (73.05% from 255 or 29.38% from 633); Blue value is 202 (79.30% from 255 or 31.91% from 633); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BACA is #0A4535. Grayscale: #CDCDCD. Windows color (decimal): -673078 or 13286133. OLE color: 13286133.

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

Color convert

RGB 245 186 202 -
CMYK 0 0.24 0.18 0.04
HSL 343.73º 0.75% 0.85% -
HSV(B) 343.73º 0.24% 0.96% -
XYZ 65.88 58.79 63.75 -
YUV 205.47 126.05 156.2 -
System Red Green Blue C M Y K H S L
Decimal 245 186 202 0 0.24 0.18 0.04 343.73 0.75 0.85
Hex F5 BA CA 0 18 12 4 158 4B 55
Octal 365 272 312 0 30 22 4 530 113 125
Binary 11110101 10111010 11001010 0 11000 10010 100 101011000 1001011 1010101

Color Harmonies of #F5BACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BACA

Black with #F5BACA

Text Example


Text Example

White with #F5BACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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