Html Css Color HEX #F1B9C2 Chantilly

📋 copy color: '#F1B9C2'

red 241 ◦ green 185 ◦ blue 194

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

Shades of Chantilly #F1B9C2

Tints of Chantilly #F1B9C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 31.29%

R = 38.87%
G = 29.84%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F1B9C2 (or 0xF1B9C2) is known color: Chantilly. HEX triplet: F1, B9 and C2. RGB value is (241,185,194). Sum of RGB (Red+Green+Blue) = 241+185+194=620 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.87% from 620); Green value is 185 (72.66% from 255 or 29.84% from 620); Blue value is 194 (76.17% from 255 or 31.29% from 620); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B9C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B9C2 is #0E463D. Grayscale: #CACACA. Windows color (decimal): -935486 or 12761585. OLE color: 12761585.

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

Color convert

RGB 241 185 194 -
CMYK 0 0.23 0.20 0.05
HSL 350.36º 0.67% 0.84% -
HSV(B) 350.36º 0.23% 0.95% -
XYZ 63.36 57.29 58.76 -
YUV 202.77 123.05 155.27 -
System Red Green Blue C M Y K H S L
Decimal 241 185 194 0 0.23 0.20 0.05 350.36 0.67 0.84
Hex F1 B9 C2 0 17 14 5 15E 43 54
Octal 361 271 302 0 27 24 5 536 103 124
Binary 11110001 10111001 11000010 0 10111 10100 101 101011110 1000011 1010100

Color Harmonies of #F1B9C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B9C2

Black with #F1B9C2

Text Example


Text Example

White with #F1B9C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B9C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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