Html Css Color HEX #FABCC1 Azalea

📋 copy color: '#FABCC1'

red 250 ◦ green 188 ◦ blue 193

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

Shades of Azalea #FABCC1

Tints of Azalea #FABCC1

RGB

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

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

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

R = 39.62%
G = 29.79%
B = 30.59%

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

#FABCC1 (or 0xFABCC1) is known color: Azalea. HEX triplet: FA, BC and C1. RGB value is (250,188,193). Sum of RGB (Red+Green+Blue) = 250+188+193=631 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.62% from 631); Green value is 188 (73.83% from 255 or 29.79% from 631); Blue value is 193 (75.78% from 255 or 30.59% from 631); Max value from RGB is 250 - color contains mainly: red. Hex color #FABCC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABCC1 is #05433E. Grayscale: #CFCFCF. Windows color (decimal): -344895 or 12696826. OLE color: 12696826.

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

Color convert

RGB 250 188 193 -
CMYK 0 0.25 0.23 0.02
HSL 355.16º 0.86% 0.86% -
HSV(B) 355.16º 0.25% 0.98% -
XYZ 67.03 60.14 58.53 -
YUV 207.11 120.04 158.59 -
System Red Green Blue C M Y K H S L
Decimal 250 188 193 0 0.25 0.23 0.02 355.16 0.86 0.86
Hex FA BC C1 0 19 17 2 163 56 56
Octal 372 274 301 0 31 27 2 543 126 126
Binary 11111010 10111100 11000001 0 11001 10111 10 101100011 1010110 1010110

Color Harmonies of #FABCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABCC1

Black with #FABCC1

Text Example


Text Example

White with #FABCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABCC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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