Html Css Color HEX #F4BFCC Chantilly

📋 copy color: '#F4BFCC'

red 244 ◦ green 191 ◦ blue 204

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

Shades of Chantilly #F4BFCC

Tints of Chantilly #F4BFCC

RGB

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

 GREEN value IS 191 (75% from 255) = 29.89%

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

R = 38.18%
G = 29.89%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F4BFCC (or 0xF4BFCC) is known color: Chantilly. HEX triplet: F4, BF and CC. RGB value is (244,191,204). Sum of RGB (Red+Green+Blue) = 244+191+204=639 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.18% from 639); Green value is 191 (75% from 255 or 29.89% from 639); Blue value is 204 (80.08% from 255 or 31.92% from 639); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BFCC is #0B4033. Grayscale: #D0D0D0. Windows color (decimal): -737332 or 13418484. OLE color: 13418484.

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

Color convert

RGB 244 191 204 -
CMYK 0 0.22 0.16 0.04
HSL 345.28º 0.71% 0.85% -
HSV(B) 345.28º 0.22% 0.96% -
XYZ 66.84 60.85 65.35 -
YUV 208.33 125.56 153.44 -
System Red Green Blue C M Y K H S L
Decimal 244 191 204 0 0.22 0.16 0.04 345.28 0.71 0.85
Hex F4 BF CC 0 16 10 4 159 47 55
Octal 364 277 314 0 26 20 4 531 107 125
Binary 11110100 10111111 11001100 0 10110 10000 100 101011001 1000111 1010101

Color Harmonies of #F4BFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4BFCC

Black with #F4BFCC

Text Example


Text Example

White with #F4BFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4BFCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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