Html Css Color HEX #F1BEC3 Azalea

📋 copy color: '#F1BEC3'

red 241 ◦ green 190 ◦ blue 195

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

Shades of Azalea #F1BEC3

Tints of Azalea #F1BEC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 31.15%

R = 38.5%
G = 30.35%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F1BEC3 (or 0xF1BEC3) is known color: Azalea. HEX triplet: F1, BE and C3. RGB value is (241,190,195). Sum of RGB (Red+Green+Blue) = 241+190+195=626 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.50% from 626); Green value is 190 (74.61% from 255 or 30.35% from 626); Blue value is 195 (76.56% from 255 or 31.15% from 626); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BEC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BEC3 is #0E413C. Grayscale: #CDCDCD. Windows color (decimal): -934205 or 12828401. OLE color: 12828401.

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

Color convert

RGB 241 190 195 -
CMYK 0 0.21 0.19 0.05
HSL 354.12º 0.65% 0.85% -
HSV(B) 354.12º 0.21% 0.95% -
XYZ 64.54 59.47 59.71 -
YUV 205.82 121.9 153.09 -
System Red Green Blue C M Y K H S L
Decimal 241 190 195 0 0.21 0.19 0.05 354.12 0.65 0.85
Hex F1 BE C3 0 15 13 5 162 41 55
Octal 361 276 303 0 25 23 5 542 101 125
Binary 11110001 10111110 11000011 0 10101 10011 101 101100010 1000001 1010101

Color Harmonies of #F1BEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BEC3

Black with #F1BEC3

Text Example


Text Example

White with #F1BEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BEC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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