Html Css Color HEX #F1BBC4 Chantilly

📋 copy color: '#F1BBC4'

red 241 ◦ green 187 ◦ blue 196

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

Shades of Chantilly #F1BBC4

Tints of Chantilly #F1BBC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 31.41%

R = 38.62%
G = 29.97%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F1BBC4 (or 0xF1BBC4) is known color: Chantilly. HEX triplet: F1, BB and C4. RGB value is (241,187,196). Sum of RGB (Red+Green+Blue) = 241+187+196=624 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.62% from 624); Green value is 187 (73.44% from 255 or 29.97% from 624); Blue value is 196 (76.95% from 255 or 31.41% from 624); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BBC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BBC4 is #0E443B. Grayscale: #CCCCCC. Windows color (decimal): -934972 or 12893169. OLE color: 12893169.

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

Color convert

RGB 241 187 196 -
CMYK 0 0.22 0.19 0.05
HSL 350º 0.66% 0.84% -
HSV(B) 350º 0.22% 0.95% -
XYZ 64.01 58.23 60.09 -
YUV 204.17 123.39 154.27 -
System Red Green Blue C M Y K H S L
Decimal 241 187 196 0 0.22 0.19 0.05 350 0.66 0.84
Hex F1 BB C4 0 16 13 5 15E 42 54
Octal 361 273 304 0 26 23 5 536 102 124
Binary 11110001 10111011 11000100 0 10110 10011 101 101011110 1000010 1010100

Color Harmonies of #F1BBC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BBC4

Black with #F1BBC4

Text Example


Text Example

White with #F1BBC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BBC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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