Html Css Color HEX #F5BCCE Chantilly

📋 copy color: '#F5BCCE'

red 245 ◦ green 188 ◦ blue 206

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

Shades of Chantilly #F5BCCE

Tints of Chantilly #F5BCCE

RGB

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

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

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

R = 38.34%
G = 29.42%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F5BCCE (or 0xF5BCCE) is known color: Chantilly. HEX triplet: F5, BC and CE. RGB value is (245,188,206). Sum of RGB (Red+Green+Blue) = 245+188+206=639 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.34% from 639); Green value is 188 (73.83% from 255 or 29.42% from 639); Blue value is 206 (80.86% from 255 or 32.24% from 639); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BCCE is #0A4331. Grayscale: #CFCFCF. Windows color (decimal): -672562 or 13548789. OLE color: 13548789.

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

Color convert

RGB 245 188 206 -
CMYK 0 0.23 0.16 0.04
HSL 341.05º 0.74% 0.85% -
HSV(B) 341.05º 0.23% 0.96% -
XYZ 66.78 59.84 66.42 -
YUV 207.1 127.38 155.04 -
System Red Green Blue C M Y K H S L
Decimal 245 188 206 0 0.23 0.16 0.04 341.05 0.74 0.85
Hex F5 BC CE 0 17 10 4 155 4A 55
Octal 365 274 316 0 27 20 4 525 112 125
Binary 11110101 10111100 11001110 0 10111 10000 100 101010101 1001010 1010101

Color Harmonies of #F5BCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BCCE

Black with #F5BCCE

Text Example


Text Example

White with #F5BCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BCCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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