Html Css Color HEX #F1B9CE Chantilly

📋 copy color: '#F1B9CE'

red 241 ◦ green 185 ◦ blue 206

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

Shades of Chantilly #F1B9CE

Tints of Chantilly #F1B9CE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 29.27%

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

R = 38.13%
G = 29.27%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F1B9CE (or 0xF1B9CE) is known color: Chantilly. HEX triplet: F1, B9 and CE. RGB value is (241,185,206). Sum of RGB (Red+Green+Blue) = 241+185+206=632 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.13% from 632); Green value is 185 (72.66% from 255 or 29.27% from 632); Blue value is 206 (80.86% from 255 or 32.59% from 632); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B9CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B9CE is #0E4631. Grayscale: #CCCCCC. Windows color (decimal): -935474 or 13548017. OLE color: 13548017.

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

Color convert

RGB 241 185 206 -
CMYK 0 0.23 0.15 0.05
HSL 337.5º 0.67% 0.84% -
HSV(B) 337.5º 0.23% 0.95% -
XYZ 64.77 57.85 66.15 -
YUV 204.14 129.05 154.29 -
System Red Green Blue C M Y K H S L
Decimal 241 185 206 0 0.23 0.15 0.05 337.5 0.67 0.84
Hex F1 B9 CE 0 17 F 5 152 43 54
Octal 361 271 316 0 27 17 5 522 103 124
Binary 11110001 10111001 11001110 0 10111 1111 101 101010010 1000011 1010100

Color Harmonies of #F1B9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B9CE

Black with #F1B9CE

Text Example


Text Example

White with #F1B9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B9CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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