Html Css Color HEX #F1BBCC Chantilly

📋 copy color: '#F1BBCC'

red 241 ◦ green 187 ◦ blue 204

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

Shades of Chantilly #F1BBCC

Tints of Chantilly #F1BBCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 32.28%

R = 38.13%
G = 29.59%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F1BBCC (or 0xF1BBCC) is known color: Chantilly. HEX triplet: F1, BB and CC. RGB value is (241,187,204). Sum of RGB (Red+Green+Blue) = 241+187+204=632 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.13% from 632); Green value is 187 (73.44% from 255 or 29.59% from 632); Blue value is 204 (80.08% from 255 or 32.28% from 632); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BBCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BBCC is #0E4433. Grayscale: #CDCDCD. Windows color (decimal): -934964 or 13417457. OLE color: 13417457.

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

Color convert

RGB 241 187 204 -
CMYK 0 0.22 0.15 0.05
HSL 341.11º 0.66% 0.84% -
HSV(B) 341.11º 0.22% 0.95% -
XYZ 64.95 58.6 65.01 -
YUV 205.08 127.39 153.62 -
System Red Green Blue C M Y K H S L
Decimal 241 187 204 0 0.22 0.15 0.05 341.11 0.66 0.84
Hex F1 BB CC 0 16 F 5 155 42 54
Octal 361 273 314 0 26 17 5 525 102 124
Binary 11110001 10111011 11001100 0 10110 1111 101 101010101 1000010 1010100

Color Harmonies of #F1BBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BBCC

Black with #F1BBCC

Text Example


Text Example

White with #F1BBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BBCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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