Html Css Color HEX #F1B5B8 Azalea

📋 copy color: '#F1B5B8'

red 241 ◦ green 181 ◦ blue 184

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

Shades of Azalea #F1B5B8

Tints of Azalea #F1B5B8

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.87%

 BLUE value IS 184 (72.27% from 255) = 30.36%

R = 39.77%
G = 29.87%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F1B5B8 (or 0xF1B5B8) is known color: Azalea. HEX triplet: F1, B5 and B8. RGB value is (241,181,184). Sum of RGB (Red+Green+Blue) = 241+181+184=606 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.77% from 606); Green value is 181 (71.09% from 255 or 29.87% from 606); Blue value is 184 (72.27% from 255 or 30.36% from 606); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B5B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B5B8 is #0E4A47. Grayscale: #C7C7C7. Windows color (decimal): -936520 or 12105201. OLE color: 12105201.

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

Color convert

RGB 241 181 184 -
CMYK 0 0.25 0.24 0.05
HSL 357º 0.68% 0.83% -
HSV(B) 357º 0.25% 0.95% -
XYZ 61.45 55.21 52.77 -
YUV 199.28 119.38 157.76 -
System Red Green Blue C M Y K H S L
Decimal 241 181 184 0 0.25 0.24 0.05 357 0.68 0.83
Hex F1 B5 B8 0 19 18 5 165 44 53
Octal 361 265 270 0 31 30 5 545 104 123
Binary 11110001 10110101 10111000 0 11001 11000 101 101100101 1000100 1010011

Color Harmonies of #F1B5B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B5B8

Black with #F1B5B8

Text Example


Text Example

White with #F1B5B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B5B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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