Html Css Color HEX #FABCC0 Azalea

📋 copy color: '#FABCC0'

red 250 ◦ green 188 ◦ blue 192

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

Shades of Azalea #FABCC0

Tints of Azalea #FABCC0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.84%

 BLUE value IS 192 (75.39% from 255) = 30.48%

R = 39.68%
G = 29.84%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FABCC0 (or 0xFABCC0) is known color: Azalea. HEX triplet: FA, BC and C0. RGB value is (250,188,192). Sum of RGB (Red+Green+Blue) = 250+188+192=630 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.68% from 630); Green value is 188 (73.83% from 255 or 29.84% from 630); Blue value is 192 (75.39% from 255 or 30.48% from 630); Max value from RGB is 250 - color contains mainly: red. Hex color #FABCC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABCC0 is #05433F. Grayscale: #CFCFCF. Windows color (decimal): -344896 or 12631290. OLE color: 12631290.

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

Color convert

RGB 250 188 192 -
CMYK 0 0.25 0.23 0.02
HSL 356.13º 0.86% 0.86% -
HSV(B) 356.13º 0.25% 0.98% -
XYZ 66.92 60.1 57.94 -
YUV 206.99 119.54 158.67 -
System Red Green Blue C M Y K H S L
Decimal 250 188 192 0 0.25 0.23 0.02 356.13 0.86 0.86
Hex FA BC C0 0 19 17 2 164 56 56
Octal 372 274 300 0 31 27 2 544 126 126
Binary 11111010 10111100 11000000 0 11001 10111 10 101100100 1010110 1010110

Color Harmonies of #FABCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABCC0

Black with #FABCC0

Text Example


Text Example

White with #FABCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABCC0; }

 p { color: rgb(250,188,192); }

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

background-color css

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

 a { background-color: rgb(250,188,192); }

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

border-color css

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

 span { border-color: rgb(250,188,192); }

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