Html Css Color HEX #F5BFCD Chantilly

📋 copy color: '#F5BFCD'

red 245 ◦ green 191 ◦ blue 205

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

Shades of Chantilly #F5BFCD

Tints of Chantilly #F5BFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 31.98%

R = 38.22%
G = 29.8%
B = 31.98%

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

#F5BFCD (or 0xF5BFCD) is known color: Chantilly. HEX triplet: F5, BF and CD. RGB value is (245,191,205). Sum of RGB (Red+Green+Blue) = 245+191+205=641 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.22% from 641); Green value is 191 (75% from 255 or 29.80% from 641); Blue value is 205 (80.47% from 255 or 31.98% from 641); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BFCD is #0A4032. Grayscale: #D0D0D0. Windows color (decimal): -671795 or 13484021. OLE color: 13484021.

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

Color convert

RGB 245 191 205 -
CMYK 0 0.22 0.16 0.04
HSL 344.44º 0.73% 0.85% -
HSV(B) 344.44º 0.22% 0.96% -
XYZ 67.31 61.08 66 -
YUV 208.74 125.89 153.86 -
System Red Green Blue C M Y K H S L
Decimal 245 191 205 0 0.22 0.16 0.04 344.44 0.73 0.85
Hex F5 BF CD 0 16 10 4 158 49 55
Octal 365 277 315 0 26 20 4 530 111 125
Binary 11110101 10111111 11001101 0 10110 10000 100 101011000 1001001 1010101

Color Harmonies of #F5BFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BFCD

Black with #F5BFCD

Text Example


Text Example

White with #F5BFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BFCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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