Html Css Color HEX #FABDC2 Azalea

📋 copy color: '#FABDC2'

red 250 ◦ green 189 ◦ blue 194

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

Shades of Azalea #FABDC2

Tints of Azalea #FABDC2

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.86%

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

R = 39.49%
G = 29.86%
B = 30.65%

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

#FABDC2 (or 0xFABDC2) is known color: Azalea. HEX triplet: FA, BD and C2. RGB value is (250,189,194). Sum of RGB (Red+Green+Blue) = 250+189+194=633 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.49% from 633); Green value is 189 (74.22% from 255 or 29.86% from 633); Blue value is 194 (76.17% from 255 or 30.65% from 633); Max value from RGB is 250 - color contains mainly: red. Hex color #FABDC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABDC2 is #05423D. Grayscale: #CFCFCF. Windows color (decimal): -344638 or 12762618. OLE color: 12762618.

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

Color convert

RGB 250 189 194 -
CMYK 0 0.24 0.22 0.02
HSL 355.08º 0.86% 0.86% -
HSV(B) 355.08º 0.24% 0.98% -
XYZ 67.36 60.61 59.19 -
YUV 207.81 120.21 158.09 -
System Red Green Blue C M Y K H S L
Decimal 250 189 194 0 0.24 0.22 0.02 355.08 0.86 0.86
Hex FA BD C2 0 18 16 2 163 56 56
Octal 372 275 302 0 30 26 2 543 126 126
Binary 11111010 10111101 11000010 0 11000 10110 10 101100011 1010110 1010110

Color Harmonies of #FABDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABDC2

Black with #FABDC2

Text Example


Text Example

White with #FABDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABDC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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