Html Css Color HEX #F1B9CB Chantilly

📋 copy color: '#F1B9CB'

red 241 ◦ green 185 ◦ blue 203

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

Shades of Chantilly #F1B9CB

Tints of Chantilly #F1B9CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 32.27%

R = 38.31%
G = 29.41%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F1B9CB (or 0xF1B9CB) is known color: Chantilly. HEX triplet: F1, B9 and CB. RGB value is (241,185,203). Sum of RGB (Red+Green+Blue) = 241+185+203=629 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.31% from 629); Green value is 185 (72.66% from 255 or 29.41% from 629); Blue value is 203 (79.69% from 255 or 32.27% from 629); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B9CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B9CB is #0E4634. Grayscale: #CBCBCB. Windows color (decimal): -935477 or 13351409. OLE color: 13351409.

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

Color convert

RGB 241 185 203 -
CMYK 0 0.23 0.16 0.05
HSL 340.71º 0.67% 0.84% -
HSV(B) 340.71º 0.23% 0.95% -
XYZ 64.4 57.71 64.24 -
YUV 203.8 127.55 154.54 -
System Red Green Blue C M Y K H S L
Decimal 241 185 203 0 0.23 0.16 0.05 340.71 0.67 0.84
Hex F1 B9 CB 0 17 10 5 155 43 54
Octal 361 271 313 0 27 20 5 525 103 124
Binary 11110001 10111001 11001011 0 10111 10000 101 101010101 1000011 1010100

Color Harmonies of #F1B9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B9CB

Black with #F1B9CB

Text Example


Text Example

White with #F1B9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B9CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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