Html Css Color HEX #F1B8C0 Azalea

📋 copy color: '#F1B8C0'

red 241 ◦ green 184 ◦ blue 192

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

Shades of Azalea #F1B8C0

Tints of Azalea #F1B8C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 31.12%

R = 39.06%
G = 29.82%
B = 31.12%

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

#F1B8C0 (or 0xF1B8C0) is known color: Azalea. HEX triplet: F1, B8 and C0. RGB value is (241,184,192). Sum of RGB (Red+Green+Blue) = 241+184+192=617 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.06% from 617); Green value is 184 (72.27% from 255 or 29.82% from 617); Blue value is 192 (75.39% from 255 or 31.12% from 617); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B8C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B8C0 is #0E473F. Grayscale: #C9C9C9. Windows color (decimal): -935744 or 12630257. OLE color: 12630257.

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

Color convert

RGB 241 184 192 -
CMYK 0 0.24 0.20 0.05
HSL 351.58º 0.67% 0.83% -
HSV(B) 351.58º 0.24% 0.95% -
XYZ 62.93 56.79 57.51 -
YUV 201.96 122.38 155.85 -
System Red Green Blue C M Y K H S L
Decimal 241 184 192 0 0.24 0.20 0.05 351.58 0.67 0.83
Hex F1 B8 C0 0 18 14 5 160 43 53
Octal 361 270 300 0 30 24 5 540 103 123
Binary 11110001 10111000 11000000 0 11000 10100 101 101100000 1000011 1010011

Color Harmonies of #F1B8C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B8C0

Black with #F1B8C0

Text Example


Text Example

White with #F1B8C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B8C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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