Html Css Color HEX #F1BCC5 Chantilly

📋 copy color: '#F1BCC5'

red 241 ◦ green 188 ◦ blue 197

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

Shades of Chantilly #F1BCC5

Tints of Chantilly #F1BCC5

RGB

 RED value IS 241 (94.53% from 255) = 38.5%

 GREEN value IS 188 (73.83% from 255) = 30.03%

 BLUE value IS 197 (77.34% from 255) = 31.47%

R = 38.5%
G = 30.03%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F1BCC5 (or 0xF1BCC5) is known color: Chantilly. HEX triplet: F1, BC and C5. RGB value is (241,188,197). Sum of RGB (Red+Green+Blue) = 241+188+197=626 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.50% from 626); Green value is 188 (73.83% from 255 or 30.03% from 626); Blue value is 197 (77.34% from 255 or 31.47% from 626); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BCC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BCC5 is #0E433A. Grayscale: #CCCCCC. Windows color (decimal): -934715 or 12958961. OLE color: 12958961.

HSL color Cylindrical-coordinate representation of color #F1BCC5: hue angle of 349.81º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F1BCC5 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 188 197 -
CMYK 0 0.22 0.18 0.05
HSL 349.81º 0.65% 0.84% -
HSV(B) 349.81º 0.22% 0.95% -
XYZ 64.34 58.7 60.76 -
YUV 204.87 123.56 153.77 -
System Red Green Blue C M Y K H S L
Decimal 241 188 197 0 0.22 0.18 0.05 349.81 0.65 0.84
Hex F1 BC C5 0 16 12 5 15E 41 54
Octal 361 274 305 0 26 22 5 536 101 124
Binary 11110001 10111100 11000101 0 10110 10010 101 101011110 1000001 1010100

Color Harmonies of #F1BCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BCC5

Black with #F1BCC5

Text Example


Text Example

White with #F1BCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BCC5; }

 p { color: rgb(241,188,197); }

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

background-color css

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

 a { background-color: rgb(241,188,197); }

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

border-color css

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

 span { border-color: rgb(241,188,197); }

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