Html Css Color HEX #F5BCC9 Chantilly

📋 copy color: '#F5BCC9'

red 245 ◦ green 188 ◦ blue 201

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

Shades of Chantilly #F5BCC9

Tints of Chantilly #F5BCC9

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.65%

 BLUE value IS 201 (78.91% from 255) = 31.7%

R = 38.64%
G = 29.65%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#F5BCC9 (or 0xF5BCC9) is known color: Chantilly. HEX triplet: F5, BC and C9. RGB value is (245,188,201). Sum of RGB (Red+Green+Blue) = 245+188+201=634 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.64% from 634); Green value is 188 (73.83% from 255 or 29.65% from 634); Blue value is 201 (78.91% from 255 or 31.70% from 634); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BCC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BCC9 is #0A4336. Grayscale: #CECECE. Windows color (decimal): -672567 or 13221109. OLE color: 13221109.

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

Color convert

RGB 245 188 201 -
CMYK 0 0.23 0.18 0.04
HSL 346.32º 0.74% 0.85% -
HSV(B) 346.32º 0.23% 0.96% -
XYZ 66.18 59.6 63.27 -
YUV 206.53 124.88 155.44 -
System Red Green Blue C M Y K H S L
Decimal 245 188 201 0 0.23 0.18 0.04 346.32 0.74 0.85
Hex F5 BC C9 0 17 12 4 15A 4A 55
Octal 365 274 311 0 27 22 4 532 112 125
Binary 11110101 10111100 11001001 0 10111 10010 100 101011010 1001010 1010101

Color Harmonies of #F5BCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BCC9

Black with #F5BCC9

Text Example


Text Example

White with #F5BCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BCC9; }

 p { color: rgb(245,188,201); }

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

background-color css

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

 a { background-color: rgb(245,188,201); }

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

border-color css

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

 span { border-color: rgb(245,188,201); }

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