Html Css Color HEX #F5BBCD Chantilly

📋 copy color: '#F5BBCD'

red 245 ◦ green 187 ◦ blue 205

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

Shades of Chantilly #F5BBCD

Tints of Chantilly #F5BBCD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 29.36%

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

R = 38.46%
G = 29.36%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F5BBCD (or 0xF5BBCD) is known color: Chantilly. HEX triplet: F5, BB and CD. RGB value is (245,187,205). Sum of RGB (Red+Green+Blue) = 245+187+205=637 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.46% from 637); Green value is 187 (73.44% from 255 or 29.36% from 637); Blue value is 205 (80.47% from 255 or 32.18% from 637); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BBCD is #0A4432. Grayscale: #CECECE. Windows color (decimal): -672819 or 13482997. OLE color: 13482997.

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

Color convert

RGB 245 187 205 -
CMYK 0 0.24 0.16 0.04
HSL 341.38º 0.74% 0.85% -
HSV(B) 341.38º 0.24% 0.96% -
XYZ 66.45 59.36 65.71 -
YUV 206.39 127.22 155.54 -
System Red Green Blue C M Y K H S L
Decimal 245 187 205 0 0.24 0.16 0.04 341.38 0.74 0.85
Hex F5 BB CD 0 18 10 4 155 4A 55
Octal 365 273 315 0 30 20 4 525 112 125
Binary 11110101 10111011 11001101 0 11000 10000 100 101010101 1001010 1010101

Color Harmonies of #F5BBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BBCD

Black with #F5BBCD

Text Example


Text Example

White with #F5BBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BBCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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