Html Css Color HEX #F1C2BE Beauty Bush

📋 copy color: '#F1C2BE'

red 241 ◦ green 194 ◦ blue 190

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

Shades of Beauty Bush #F1C2BE

Tints of Beauty Bush #F1C2BE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.04%

 BLUE value IS 190 (74.61% from 255) = 30.4%

R = 38.56%
G = 31.04%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F1C2BE (or 0xF1C2BE) is known color: Beauty Bush. HEX triplet: F1, C2 and BE. RGB value is (241,194,190). Sum of RGB (Red+Green+Blue) = 241+194+190=625 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.56% from 625); Green value is 194 (76.17% from 255 or 31.04% from 625); Blue value is 190 (74.61% from 255 or 30.4% from 625); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C2BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C2BE is #0E3D41. Grayscale: #CFCFCF. Windows color (decimal): -933186 or 12501745. OLE color: 12501745.

HSL color Cylindrical-coordinate representation of color #F1C2BE: hue angle of 4.71º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F1C2BE is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 194 190 -
CMYK 0 0.20 0.21 0.05
HSL 4.71º 0.65% 0.85% -
HSV(B) 4.71º 0.21% 0.95% -
XYZ 64.86 61 57.07 -
YUV 207.6 118.07 151.83 -
System Red Green Blue C M Y K H S L
Decimal 241 194 190 0 0.20 0.21 0.05 4.71 0.65 0.85
Hex F1 C2 BE 0 14 15 5 5 41 55
Octal 361 302 276 0 24 25 5 5 101 125
Binary 11110001 11000010 10111110 0 10100 10101 101 101 1000001 1010101

Color Harmonies of #F1C2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C2BE

Black with #F1C2BE

Text Example


Text Example

White with #F1C2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C2BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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