Html Css Color HEX #F1BAC7 Chantilly

📋 copy color: '#F1BAC7'

red 241 ◦ green 186 ◦ blue 199

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

Shades of Chantilly #F1BAC7

Tints of Chantilly #F1BAC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 31.79%

R = 38.5%
G = 29.71%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F1BAC7 (or 0xF1BAC7) is known color: Chantilly. HEX triplet: F1, BA and C7. RGB value is (241,186,199). Sum of RGB (Red+Green+Blue) = 241+186+199=626 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.50% from 626); Green value is 186 (73.05% from 255 or 29.71% from 626); Blue value is 199 (78.12% from 255 or 31.79% from 626); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BAC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BAC7 is #0E4538. Grayscale: #CBCBCB. Windows color (decimal): -935225 or 13089521. OLE color: 13089521.

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

Color convert

RGB 241 186 199 -
CMYK 0 0.23 0.17 0.05
HSL 345.82º 0.66% 0.84% -
HSV(B) 345.82º 0.23% 0.95% -
XYZ 64.14 57.94 61.84 -
YUV 203.93 125.22 154.44 -
System Red Green Blue C M Y K H S L
Decimal 241 186 199 0 0.23 0.17 0.05 345.82 0.66 0.84
Hex F1 BA C7 0 17 11 5 15A 42 54
Octal 361 272 307 0 27 21 5 532 102 124
Binary 11110001 10111010 11000111 0 10111 10001 101 101011010 1000010 1010100

Color Harmonies of #F1BAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BAC7

Black with #F1BAC7

Text Example


Text Example

White with #F1BAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BAC7; }

 p { color: rgb(241,186,199); }

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

background-color css

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

 a { background-color: rgb(241,186,199); }

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

border-color css

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

 span { border-color: rgb(241,186,199); }

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