Html Css Color HEX #F1BCCE Chantilly

📋 copy color: '#F1BCCE'

red 241 ◦ green 188 ◦ blue 206

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

Shades of Chantilly #F1BCCE

Tints of Chantilly #F1BCCE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.61%

 BLUE value IS 206 (80.86% from 255) = 32.44%

R = 37.95%
G = 29.61%
B = 32.44%

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

#F1BCCE (or 0xF1BCCE) is known color: Chantilly. HEX triplet: F1, BC and CE. RGB value is (241,188,206). Sum of RGB (Red+Green+Blue) = 241+188+206=635 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.95% from 635); Green value is 188 (73.83% from 255 or 29.61% from 635); Blue value is 206 (80.86% from 255 or 32.44% from 635); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BCCE is #0E4331. Grayscale: #CDCDCD. Windows color (decimal): -934706 or 13548785. OLE color: 13548785.

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

Color convert

RGB 241 188 206 -
CMYK 0 0.22 0.15 0.05
HSL 339.62º 0.65% 0.84% -
HSV(B) 339.62º 0.22% 0.95% -
XYZ 65.4 59.12 66.36 -
YUV 205.9 128.06 153.04 -
System Red Green Blue C M Y K H S L
Decimal 241 188 206 0 0.22 0.15 0.05 339.62 0.65 0.84
Hex F1 BC CE 0 16 F 5 154 41 54
Octal 361 274 316 0 26 17 5 524 101 124
Binary 11110001 10111100 11001110 0 10110 1111 101 101010100 1000001 1010100

Color Harmonies of #F1BCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BCCE

Black with #F1BCCE

Text Example


Text Example

White with #F1BCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BCCE; }

 p { color: rgb(241,188,206); }

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

background-color css

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

 a { background-color: rgb(241,188,206); }

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

border-color css

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

 span { border-color: rgb(241,188,206); }

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