Html Css Color HEX #F4BDCB Chantilly

📋 copy color: '#F4BDCB'

red 244 ◦ green 189 ◦ blue 203

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

Shades of Chantilly #F4BDCB

Tints of Chantilly #F4BDCB

RGB

 RED value IS 244 (95.7% from 255) = 38.36%

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

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

R = 38.36%
G = 29.72%
B = 31.92%

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

#F4BDCB (or 0xF4BDCB) is known color: Chantilly. HEX triplet: F4, BD and CB. RGB value is (244,189,203). Sum of RGB (Red+Green+Blue) = 244+189+203=636 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.36% from 636); Green value is 189 (74.22% from 255 or 29.72% from 636); Blue value is 203 (79.69% from 255 or 31.92% from 636); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BDCB is #0B4234. Grayscale: #CFCFCF. Windows color (decimal): -737845 or 13352436. OLE color: 13352436.

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

Color convert

RGB 244 189 203 -
CMYK 0 0.23 0.17 0.04
HSL 344.73º 0.71% 0.85% -
HSV(B) 344.73º 0.23% 0.96% -
XYZ 66.29 59.94 64.58 -
YUV 207.04 125.72 154.36 -
System Red Green Blue C M Y K H S L
Decimal 244 189 203 0 0.23 0.17 0.04 344.73 0.71 0.85
Hex F4 BD CB 0 17 11 4 159 47 55
Octal 364 275 313 0 27 21 4 531 107 125
Binary 11110100 10111101 11001011 0 10111 10001 100 101011001 1000111 1010101

Color Harmonies of #F4BDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4BDCB

Black with #F4BDCB

Text Example


Text Example

White with #F4BDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4BDCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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