Html Css Color HEX #F1B6C6 Chantilly

📋 copy color: '#F1B6C6'

red 241 ◦ green 182 ◦ blue 198

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

Shades of Chantilly #F1B6C6

Tints of Chantilly #F1B6C6

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.31%

 BLUE value IS 198 (77.73% from 255) = 31.88%

R = 38.81%
G = 29.31%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F1B6C6 (or 0xF1B6C6) is known color: Chantilly. HEX triplet: F1, B6 and C6. RGB value is (241,182,198). Sum of RGB (Red+Green+Blue) = 241+182+198=621 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.81% from 621); Green value is 182 (71.48% from 255 or 29.31% from 621); Blue value is 198 (77.73% from 255 or 31.88% from 621); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B6C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B6C6 is #0E4939. Grayscale: #C9C9C9. Windows color (decimal): -936250 or 13022961. OLE color: 13022961.

HSL color Cylindrical-coordinate representation of color #F1B6C6: hue angle of 343.73º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F1B6C6 is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 182 198 -
CMYK 0 0.24 0.18 0.05
HSL 343.73º 0.68% 0.83% -
HSV(B) 343.73º 0.24% 0.95% -
XYZ 63.2 56.23 60.95 -
YUV 201.47 126.05 156.2 -
System Red Green Blue C M Y K H S L
Decimal 241 182 198 0 0.24 0.18 0.05 343.73 0.68 0.83
Hex F1 B6 C6 0 18 12 5 158 44 53
Octal 361 266 306 0 30 22 5 530 104 123
Binary 11110001 10110110 11000110 0 11000 10010 101 101011000 1000100 1010011

Color Harmonies of #F1B6C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B6C6

Black with #F1B6C6

Text Example


Text Example

White with #F1B6C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B6C6; }

 p { color: rgb(241,182,198); }

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

background-color css

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

 a { background-color: rgb(241,182,198); }

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

border-color css

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

 span { border-color: rgb(241,182,198); }

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