Html Css Color HEX #F5BFCE Chantilly

📋 copy color: '#F5BFCE'

red 245 ◦ green 191 ◦ blue 206

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

Shades of Chantilly #F5BFCE

Tints of Chantilly #F5BFCE

RGB

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

 GREEN value IS 191 (75% from 255) = 29.75%

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

R = 38.16%
G = 29.75%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F5BFCE (or 0xF5BFCE) is known color: Chantilly. HEX triplet: F5, BF and CE. RGB value is (245,191,206). Sum of RGB (Red+Green+Blue) = 245+191+206=642 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.16% from 642); Green value is 191 (75% from 255 or 29.75% from 642); Blue value is 206 (80.86% from 255 or 32.09% from 642); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BFCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BFCE is #0A4031. Grayscale: #D0D0D0. Windows color (decimal): -671794 or 13549557. OLE color: 13549557.

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

Color convert

RGB 245 191 206 -
CMYK 0 0.22 0.16 0.04
HSL 343.33º 0.73% 0.85% -
HSV(B) 343.33º 0.22% 0.96% -
XYZ 67.43 61.13 66.64 -
YUV 208.86 126.39 153.78 -
System Red Green Blue C M Y K H S L
Decimal 245 191 206 0 0.22 0.16 0.04 343.33 0.73 0.85
Hex F5 BF CE 0 16 10 4 157 49 55
Octal 365 277 316 0 26 20 4 527 111 125
Binary 11110101 10111111 11001110 0 10110 10000 100 101010111 1001001 1010101

Color Harmonies of #F5BFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BFCE

Black with #F5BFCE

Text Example


Text Example

White with #F5BFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BFCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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