Html Css Color HEX #F1B8C2 Chantilly

📋 copy color: '#F1B8C2'

red 241 ◦ green 184 ◦ blue 194

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

Shades of Chantilly #F1B8C2

Tints of Chantilly #F1B8C2

RGB

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

 GREEN value IS 184 (72.27% from 255) = 29.73%

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

R = 38.93%
G = 29.73%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F1B8C2 (or 0xF1B8C2) is known color: Chantilly. HEX triplet: F1, B8 and C2. RGB value is (241,184,194). Sum of RGB (Red+Green+Blue) = 241+184+194=619 (81% of max value = 765). Red value is 241 (94.53% from 255 or 38.93% from 619); Green value is 184 (72.27% from 255 or 29.73% from 619); Blue value is 194 (76.17% from 255 or 31.34% from 619); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B8C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B8C2 is #0E473D. Grayscale: #CACACA. Windows color (decimal): -935742 or 12761329. OLE color: 12761329.

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

Color convert

RGB 241 184 194 -
CMYK 0 0.24 0.20 0.05
HSL 349.47º 0.67% 0.83% -
HSV(B) 349.47º 0.24% 0.95% -
XYZ 63.15 56.88 58.69 -
YUV 202.18 123.38 155.69 -
System Red Green Blue C M Y K H S L
Decimal 241 184 194 0 0.24 0.20 0.05 349.47 0.67 0.83
Hex F1 B8 C2 0 18 14 5 15D 43 53
Octal 361 270 302 0 30 24 5 535 103 123
Binary 11110001 10111000 11000010 0 11000 10100 101 101011101 1000011 1010011

Color Harmonies of #F1B8C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B8C2

Black with #F1B8C2

Text Example


Text Example

White with #F1B8C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B8C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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