Html Css Color HEX #F5BDCB Chantilly

📋 copy color: '#F5BDCB'

red 245 ◦ green 189 ◦ blue 203

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

Shades of Chantilly #F5BDCB

Tints of Chantilly #F5BDCB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.67%

 BLUE value IS 203 (79.69% from 255) = 31.87%

R = 38.46%
G = 29.67%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F5BDCB (or 0xF5BDCB) is known color: Chantilly. HEX triplet: F5, BD and CB. RGB value is (245,189,203). Sum of RGB (Red+Green+Blue) = 245+189+203=637 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.46% from 637); Green value is 189 (74.22% from 255 or 29.67% from 637); Blue value is 203 (79.69% from 255 or 31.87% from 637); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BDCB is #0A4234. Grayscale: #CFCFCF. Windows color (decimal): -672309 or 13352437. OLE color: 13352437.

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

Color convert

RGB 245 189 203 -
CMYK 0 0.23 0.17 0.04
HSL 345º 0.74% 0.85% -
HSV(B) 345º 0.23% 0.96% -
XYZ 66.63 60.12 64.59 -
YUV 207.34 125.55 154.86 -
System Red Green Blue C M Y K H S L
Decimal 245 189 203 0 0.23 0.17 0.04 345 0.74 0.85
Hex F5 BD CB 0 17 11 4 159 4A 55
Octal 365 275 313 0 27 21 4 531 112 125
Binary 11110101 10111101 11001011 0 10111 10001 100 101011001 1001010 1010101

Color Harmonies of #F5BDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BDCB

Black with #F5BDCB

Text Example


Text Example

White with #F5BDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BDCB; }

 p { color: rgb(245,189,203); }

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

background-color css

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

 a { background-color: rgb(245,189,203); }

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

border-color css

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

 span { border-color: rgb(245,189,203); }

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