Html Css Color HEX #F1B8BB Azalea

📋 copy color: '#F1B8BB'

red 241 ◦ green 184 ◦ blue 187

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

Shades of Azalea #F1B8BB

Tints of Azalea #F1B8BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 30.56%

R = 39.38%
G = 30.07%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F1B8BB (or 0xF1B8BB) is known color: Azalea. HEX triplet: F1, B8 and BB. RGB value is (241,184,187). Sum of RGB (Red+Green+Blue) = 241+184+187=612 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.38% from 612); Green value is 184 (72.27% from 255 or 30.07% from 612); Blue value is 187 (73.44% from 255 or 30.56% from 612); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B8BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B8BB is #0E4744. Grayscale: #C9C9C9. Windows color (decimal): -935749 or 12302577. OLE color: 12302577.

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

Color convert

RGB 241 184 187 -
CMYK 0 0.24 0.22 0.05
HSL 356.84º 0.67% 0.83% -
HSV(B) 356.84º 0.24% 0.95% -
XYZ 62.39 56.57 54.64 -
YUV 201.39 119.88 156.26 -
System Red Green Blue C M Y K H S L
Decimal 241 184 187 0 0.24 0.22 0.05 356.84 0.67 0.83
Hex F1 B8 BB 0 18 16 5 165 43 53
Octal 361 270 273 0 30 26 5 545 103 123
Binary 11110001 10111000 10111011 0 11000 10110 101 101100101 1000011 1010011

Color Harmonies of #F1B8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B8BB

Black with #F1B8BB

Text Example


Text Example

White with #F1B8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B8BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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