Html Css Color HEX #F1BBCB Chantilly

📋 copy color: '#F1BBCB'

red 241 ◦ green 187 ◦ blue 203

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

Shades of Chantilly #F1BBCB

Tints of Chantilly #F1BBCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 32.17%

R = 38.19%
G = 29.64%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F1BBCB (or 0xF1BBCB) is known color: Chantilly. HEX triplet: F1, BB and CB. RGB value is (241,187,203). Sum of RGB (Red+Green+Blue) = 241+187+203=631 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.19% from 631); Green value is 187 (73.44% from 255 or 29.64% from 631); Blue value is 203 (79.69% from 255 or 32.17% from 631); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BBCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BBCB is #0E4434. Grayscale: #CCCCCC. Windows color (decimal): -934965 or 13351921. OLE color: 13351921.

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

Color convert

RGB 241 187 203 -
CMYK 0 0.22 0.16 0.05
HSL 342.22º 0.66% 0.84% -
HSV(B) 342.22º 0.22% 0.95% -
XYZ 64.83 58.55 64.39 -
YUV 204.97 126.89 153.7 -
System Red Green Blue C M Y K H S L
Decimal 241 187 203 0 0.22 0.16 0.05 342.22 0.66 0.84
Hex F1 BB CB 0 16 10 5 156 42 54
Octal 361 273 313 0 26 20 5 526 102 124
Binary 11110001 10111011 11001011 0 10110 10000 101 101010110 1000010 1010100

Color Harmonies of #F1BBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BBCB

Black with #F1BBCB

Text Example


Text Example

White with #F1BBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BBCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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