Html Css Color HEX #F5BDCE Chantilly

📋 copy color: '#F5BDCE'

red 245 ◦ green 189 ◦ blue 206

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

Shades of Chantilly #F5BDCE

Tints of Chantilly #F5BDCE

RGB

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

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

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

R = 38.28%
G = 29.53%
B = 32.19%

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

#F5BDCE (or 0xF5BDCE) is known color: Chantilly. HEX triplet: F5, BD and CE. RGB value is (245,189,206). Sum of RGB (Red+Green+Blue) = 245+189+206=640 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.28% from 640); Green value is 189 (74.22% from 255 or 29.53% from 640); Blue value is 206 (80.86% from 255 or 32.19% from 640); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BDCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BDCE is #0A4231. Grayscale: #CFCFCF. Windows color (decimal): -672306 or 13549045. OLE color: 13549045.

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

Color convert

RGB 245 189 206 -
CMYK 0 0.23 0.16 0.04
HSL 341.79º 0.74% 0.85% -
HSV(B) 341.79º 0.23% 0.96% -
XYZ 66.99 60.26 66.49 -
YUV 207.68 127.05 154.62 -
System Red Green Blue C M Y K H S L
Decimal 245 189 206 0 0.23 0.16 0.04 341.79 0.74 0.85
Hex F5 BD CE 0 17 10 4 156 4A 55
Octal 365 275 316 0 27 20 4 526 112 125
Binary 11110101 10111101 11001110 0 10111 10000 100 101010110 1001010 1010101

Color Harmonies of #F5BDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BDCE

Black with #F5BDCE

Text Example


Text Example

White with #F5BDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BDCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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