Html Css Color HEX #F1BECE Chantilly

📋 copy color: '#F1BECE'

red 241 ◦ green 190 ◦ blue 206

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

Shades of Chantilly #F1BECE

Tints of Chantilly #F1BECE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 29.83%

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

R = 37.83%
G = 29.83%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F1BECE (or 0xF1BECE) is known color: Chantilly. HEX triplet: F1, BE and CE. RGB value is (241,190,206). Sum of RGB (Red+Green+Blue) = 241+190+206=637 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.83% from 637); Green value is 190 (74.61% from 255 or 29.83% from 637); Blue value is 206 (80.86% from 255 or 32.34% from 637); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BECE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BECE is #0E4131. Grayscale: #CFCFCF. Windows color (decimal): -934194 or 13549297. OLE color: 13549297.

HSL color Cylindrical-coordinate representation of color #F1BECE: hue angle of 341.18º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F1BECE is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 190 206 -
CMYK 0 0.21 0.15 0.05
HSL 341.18º 0.65% 0.85% -
HSV(B) 341.18º 0.21% 0.95% -
XYZ 65.83 59.98 66.5 -
YUV 207.07 127.4 152.2 -
System Red Green Blue C M Y K H S L
Decimal 241 190 206 0 0.21 0.15 0.05 341.18 0.65 0.85
Hex F1 BE CE 0 15 F 5 155 41 55
Octal 361 276 316 0 25 17 5 525 101 125
Binary 11110001 10111110 11001110 0 10101 1111 101 101010101 1000001 1010101

Color Harmonies of #F1BECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BECE

Black with #F1BECE

Text Example


Text Example

White with #F1BECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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