Html Css Color HEX #F1BEC5 Azalea

📋 copy color: '#F1BEC5'

red 241 ◦ green 190 ◦ blue 197

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

Shades of Azalea #F1BEC5

Tints of Azalea #F1BEC5

RGB

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

 GREEN value IS 190 (74.61% from 255) = 30.25%

 BLUE value IS 197 (77.34% from 255) = 31.37%

R = 38.38%
G = 30.25%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F1BEC5 (or 0xF1BEC5) is known color: Azalea. HEX triplet: F1, BE and C5. RGB value is (241,190,197). Sum of RGB (Red+Green+Blue) = 241+190+197=628 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.38% from 628); Green value is 190 (74.61% from 255 or 30.25% from 628); Blue value is 197 (77.34% from 255 or 31.37% from 628); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BEC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BEC5 is #0E413A. Grayscale: #CECECE. Windows color (decimal): -934203 or 12959473. OLE color: 12959473.

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

Color convert

RGB 241 190 197 -
CMYK 0 0.21 0.18 0.05
HSL 351.76º 0.65% 0.85% -
HSV(B) 351.76º 0.21% 0.95% -
XYZ 64.77 59.56 60.91 -
YUV 206.05 122.9 152.93 -
System Red Green Blue C M Y K H S L
Decimal 241 190 197 0 0.21 0.18 0.05 351.76 0.65 0.85
Hex F1 BE C5 0 15 12 5 160 41 55
Octal 361 276 305 0 25 22 5 540 101 125
Binary 11110001 10111110 11000101 0 10101 10010 101 101100000 1000001 1010101

Color Harmonies of #F1BEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BEC5

Black with #F1BEC5

Text Example


Text Example

White with #F1BEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BEC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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