Html Css Color HEX #F1BBC5 Chantilly

📋 copy color: '#F1BBC5'

red 241 ◦ green 187 ◦ blue 197

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

Shades of Chantilly #F1BBC5

Tints of Chantilly #F1BBC5

RGB

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

 GREEN value IS 187 (73.44% from 255) = 29.92%

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

R = 38.56%
G = 29.92%
B = 31.52%

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

#F1BBC5 (or 0xF1BBC5) is known color: Chantilly. HEX triplet: F1, BB and C5. RGB value is (241,187,197). Sum of RGB (Red+Green+Blue) = 241+187+197=625 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.56% from 625); Green value is 187 (73.44% from 255 or 29.92% from 625); Blue value is 197 (77.34% from 255 or 31.52% from 625); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BBC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BBC5 is #0E443A. Grayscale: #CCCCCC. Windows color (decimal): -934971 or 12958705. OLE color: 12958705.

HSL color Cylindrical-coordinate representation of color #F1BBC5: hue angle of 348.89º degrees, saturation: 0.66, 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 #F1BBC5 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 187 197 -
CMYK 0 0.22 0.18 0.05
HSL 348.89º 0.66% 0.84% -
HSV(B) 348.89º 0.22% 0.95% -
XYZ 64.12 58.27 60.69 -
YUV 204.29 123.89 154.19 -
System Red Green Blue C M Y K H S L
Decimal 241 187 197 0 0.22 0.18 0.05 348.89 0.66 0.84
Hex F1 BB C5 0 16 12 5 15D 42 54
Octal 361 273 305 0 26 22 5 535 102 124
Binary 11110001 10111011 11000101 0 10110 10010 101 101011101 1000010 1010100

Color Harmonies of #F1BBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BBC5

Black with #F1BBC5

Text Example


Text Example

White with #F1BBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BBC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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