Html Css Color HEX #FABDBF Azalea

📋 copy color: '#FABDBF'

red 250 ◦ green 189 ◦ blue 191

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

Shades of Azalea #FABDBF

Tints of Azalea #FABDBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 30.32%

R = 39.68%
G = 30%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FABDBF (or 0xFABDBF) is known color: Azalea. HEX triplet: FA, BD and BF. RGB value is (250,189,191). Sum of RGB (Red+Green+Blue) = 250+189+191=630 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.68% from 630); Green value is 189 (74.22% from 255 or 30% from 630); Blue value is 191 (75% from 255 or 30.32% from 630); Max value from RGB is 250 - color contains mainly: red. Hex color #FABDBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABDBF is #054240. Grayscale: #CFCFCF. Windows color (decimal): -344641 or 12566010. OLE color: 12566010.

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

Color convert

RGB 250 189 191 -
CMYK 0 0.24 0.24 0.02
HSL 358.03º 0.86% 0.86% -
HSV(B) 358.03º 0.24% 0.98% -
XYZ 67.03 60.48 57.43 -
YUV 207.47 118.71 158.34 -
System Red Green Blue C M Y K H S L
Decimal 250 189 191 0 0.24 0.24 0.02 358.03 0.86 0.86
Hex FA BD BF 0 18 18 2 166 56 56
Octal 372 275 277 0 30 30 2 546 126 126
Binary 11111010 10111101 10111111 0 11000 11000 10 101100110 1010110 1010110

Color Harmonies of #FABDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABDBF

Black with #FABDBF

Text Example


Text Example

White with #FABDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABDBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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