Html Css Color HEX #FABFC2 Azalea

📋 copy color: '#FABFC2'

red 250 ◦ green 191 ◦ blue 194

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

Shades of Azalea #FABFC2

Tints of Azalea #FABFC2

RGB

 RED value IS 250 (98.05% from 255) = 39.37%

 GREEN value IS 191 (75% from 255) = 30.08%

 BLUE value IS 194 (76.17% from 255) = 30.55%

R = 39.37%
G = 30.08%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FABFC2 (or 0xFABFC2) is known color: Azalea. HEX triplet: FA, BF and C2. RGB value is (250,191,194). Sum of RGB (Red+Green+Blue) = 250+191+194=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 191 (75% from 255 or 30.08% from 635); Blue value is 194 (76.17% from 255 or 30.55% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FABFC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABFC2 is #05403D. Grayscale: #D1D1D1. Windows color (decimal): -344126 or 12763130. OLE color: 12763130.

HSL color Cylindrical-coordinate representation of color #FABFC2: hue angle of 356.95º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FABFC2 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 191 194 -
CMYK 0 0.24 0.22 0.02
HSL 356.95º 0.86% 0.86% -
HSV(B) 356.95º 0.24% 0.98% -
XYZ 67.79 61.48 59.33 -
YUV 208.98 119.55 157.26 -
System Red Green Blue C M Y K H S L
Decimal 250 191 194 0 0.24 0.22 0.02 356.95 0.86 0.86
Hex FA BF C2 0 18 16 2 165 56 56
Octal 372 277 302 0 30 26 2 545 126 126
Binary 11111010 10111111 11000010 0 11000 10110 10 101100101 1010110 1010110

Color Harmonies of #FABFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABFC2

Black with #FABFC2

Text Example


Text Example

White with #FABFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABFC2; }

 p { color: rgb(250,191,194); }

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

background-color css

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

 a { background-color: rgb(250,191,194); }

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

border-color css

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

 span { border-color: rgb(250,191,194); }

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