Html Css Color HEX #FABDC1 Azalea

📋 copy color: '#FABDC1'

red 250 ◦ green 189 ◦ blue 193

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

Shades of Azalea #FABDC1

Tints of Azalea #FABDC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 30.54%

R = 39.56%
G = 29.91%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FABDC1 (or 0xFABDC1) is known color: Azalea. HEX triplet: FA, BD and C1. RGB value is (250,189,193). Sum of RGB (Red+Green+Blue) = 250+189+193=632 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.56% from 632); Green value is 189 (74.22% from 255 or 29.91% from 632); Blue value is 193 (75.78% from 255 or 30.54% from 632); Max value from RGB is 250 - color contains mainly: red. Hex color #FABDC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABDC1 is #05423E. Grayscale: #CFCFCF. Windows color (decimal): -344639 or 12697082. OLE color: 12697082.

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

Color convert

RGB 250 189 193 -
CMYK 0 0.24 0.23 0.02
HSL 356.07º 0.86% 0.86% -
HSV(B) 356.07º 0.24% 0.98% -
XYZ 67.25 60.57 58.6 -
YUV 207.7 119.71 158.17 -
System Red Green Blue C M Y K H S L
Decimal 250 189 193 0 0.24 0.23 0.02 356.07 0.86 0.86
Hex FA BD C1 0 18 17 2 164 56 56
Octal 372 275 301 0 30 27 2 544 126 126
Binary 11111010 10111101 11000001 0 11000 10111 10 101100100 1010110 1010110

Color Harmonies of #FABDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABDC1

Black with #FABDC1

Text Example


Text Example

White with #FABDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABDC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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