Html Css Color HEX #F5BDCD Chantilly

📋 copy color: '#F5BDCD'

red 245 ◦ green 189 ◦ blue 205

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

Shades of Chantilly #F5BDCD

Tints of Chantilly #F5BDCD

RGB

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

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

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

R = 38.34%
G = 29.58%
B = 32.08%

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

#F5BDCD (or 0xF5BDCD) is known color: Chantilly. HEX triplet: F5, BD and CD. RGB value is (245,189,205). Sum of RGB (Red+Green+Blue) = 245+189+205=639 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.34% from 639); Green value is 189 (74.22% from 255 or 29.58% from 639); Blue value is 205 (80.47% from 255 or 32.08% from 639); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BDCD is #0A4232. Grayscale: #CFCFCF. Windows color (decimal): -672307 or 13483509. OLE color: 13483509.

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

Color convert

RGB 245 189 205 -
CMYK 0 0.23 0.16 0.04
HSL 342.86º 0.74% 0.85% -
HSV(B) 342.86º 0.23% 0.96% -
XYZ 66.87 60.22 65.86 -
YUV 207.57 126.55 154.7 -
System Red Green Blue C M Y K H S L
Decimal 245 189 205 0 0.23 0.16 0.04 342.86 0.74 0.85
Hex F5 BD CD 0 17 10 4 157 4A 55
Octal 365 275 315 0 27 20 4 527 112 125
Binary 11110101 10111101 11001101 0 10111 10000 100 101010111 1001010 1010101

Color Harmonies of #F5BDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BDCD

Black with #F5BDCD

Text Example


Text Example

White with #F5BDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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