Html Css Color HEX #F4BACC Chantilly

📋 copy color: '#F4BACC'

red 244 ◦ green 186 ◦ blue 204

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

Shades of Chantilly #F4BACC

Tints of Chantilly #F4BACC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 29.34%

 BLUE value IS 204 (80.08% from 255) = 32.18%

R = 38.49%
G = 29.34%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F4BACC (or 0xF4BACC) is known color: Chantilly. HEX triplet: F4, BA and CC. RGB value is (244,186,204). Sum of RGB (Red+Green+Blue) = 244+186+204=634 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.49% from 634); Green value is 186 (73.05% from 255 or 29.34% from 634); Blue value is 204 (80.08% from 255 or 32.18% from 634); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BACC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BACC is #0B4533. Grayscale: #CDCDCD. Windows color (decimal): -738612 or 13417204. OLE color: 13417204.

HSL color Cylindrical-coordinate representation of color #F4BACC: hue angle of 341.38º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F4BACC is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 186 204 -
CMYK 0 0.24 0.16 0.04
HSL 341.38º 0.73% 0.84% -
HSV(B) 341.38º 0.24% 0.96% -
XYZ 65.77 58.71 64.99 -
YUV 205.39 127.22 155.54 -
System Red Green Blue C M Y K H S L
Decimal 244 186 204 0 0.24 0.16 0.04 341.38 0.73 0.84
Hex F4 BA CC 0 18 10 4 155 48 54
Octal 364 272 314 0 30 20 4 525 110 124
Binary 11110100 10111010 11001100 0 11000 10000 100 101010101 1001000 1010100

Color Harmonies of #F4BACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4BACC

Black with #F4BACC

Text Example


Text Example

White with #F4BACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4BACC; }

 p { color: rgb(244,186,204); }

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

background-color css

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

 a { background-color: rgb(244,186,204); }

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

border-color css

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

 span { border-color: rgb(244,186,204); }

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