Html Css Color HEX #F1B9D0 Chantilly

📋 copy color: '#F1B9D0'

red 241 ◦ green 185 ◦ blue 208

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

Shades of Chantilly #F1B9D0

Tints of Chantilly #F1B9D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 32.81%

R = 38.01%
G = 29.18%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F1B9D0 (or 0xF1B9D0) is known color: Chantilly. HEX triplet: F1, B9 and D0. RGB value is (241,185,208). Sum of RGB (Red+Green+Blue) = 241+185+208=634 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.01% from 634); Green value is 185 (72.66% from 255 or 29.18% from 634); Blue value is 208 (81.64% from 255 or 32.81% from 634); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B9D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B9D0 is #0E462F. Grayscale: #CCCCCC. Windows color (decimal): -935472 or 13679089. OLE color: 13679089.

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

Color convert

RGB 241 185 208 -
CMYK 0 0.23 0.14 0.05
HSL 335.36º 0.67% 0.84% -
HSV(B) 335.36º 0.23% 0.95% -
XYZ 65.01 57.95 67.43 -
YUV 204.37 130.05 154.13 -
System Red Green Blue C M Y K H S L
Decimal 241 185 208 0 0.23 0.14 0.05 335.36 0.67 0.84
Hex F1 B9 D0 0 17 E 5 14F 43 54
Octal 361 271 320 0 27 16 5 517 103 124
Binary 11110001 10111001 11010000 0 10111 1110 101 101001111 1000011 1010100

Color Harmonies of #F1B9D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B9D0

Black with #F1B9D0

Text Example


Text Example

White with #F1B9D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B9D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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