Html Css Color HEX #F4BDCD Chantilly

📋 copy color: '#F4BDCD'

red 244 ◦ green 189 ◦ blue 205

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

Shades of Chantilly #F4BDCD

Tints of Chantilly #F4BDCD

RGB

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

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

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

R = 38.24%
G = 29.62%
B = 32.13%

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

#F4BDCD (or 0xF4BDCD) is known color: Chantilly. HEX triplet: F4, BD and CD. RGB value is (244,189,205). Sum of RGB (Red+Green+Blue) = 244+189+205=638 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.24% from 638); Green value is 189 (74.22% from 255 or 29.62% from 638); Blue value is 205 (80.47% from 255 or 32.13% from 638); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BDCD is #0B4232. Grayscale: #CFCFCF. Windows color (decimal): -737843 or 13483508. OLE color: 13483508.

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

Color convert

RGB 244 189 205 -
CMYK 0 0.23 0.16 0.04
HSL 342.55º 0.71% 0.85% -
HSV(B) 342.55º 0.23% 0.96% -
XYZ 66.53 60.04 65.84 -
YUV 207.27 126.72 154.2 -
System Red Green Blue C M Y K H S L
Decimal 244 189 205 0 0.23 0.16 0.04 342.55 0.71 0.85
Hex F4 BD CD 0 17 10 4 157 47 55
Octal 364 275 315 0 27 20 4 527 107 125
Binary 11110100 10111101 11001101 0 10111 10000 100 101010111 1000111 1010101

Color Harmonies of #F4BDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4BDCD

Black with #F4BDCD

Text Example


Text Example

White with #F4BDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4BDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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