Html Css Color HEX #FABCC4 Azalea

📋 copy color: '#FABCC4'

red 250 ◦ green 188 ◦ blue 196

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

Shades of Azalea #FABCC4

Tints of Azalea #FABCC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 30.91%

R = 39.43%
G = 29.65%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FABCC4 (or 0xFABCC4) is known color: Azalea. HEX triplet: FA, BC and C4. RGB value is (250,188,196). Sum of RGB (Red+Green+Blue) = 250+188+196=634 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.43% from 634); Green value is 188 (73.83% from 255 or 29.65% from 634); Blue value is 196 (76.95% from 255 or 30.91% from 634); Max value from RGB is 250 - color contains mainly: red. Hex color #FABCC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABCC4 is #05433B. Grayscale: #CFCFCF. Windows color (decimal): -344892 or 12893434. OLE color: 12893434.

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

Color convert

RGB 250 188 196 -
CMYK 0 0.25 0.22 0.02
HSL 352.26º 0.86% 0.86% -
HSV(B) 352.26º 0.25% 0.98% -
XYZ 67.37 60.28 60.31 -
YUV 207.45 121.54 158.35 -
System Red Green Blue C M Y K H S L
Decimal 250 188 196 0 0.25 0.22 0.02 352.26 0.86 0.86
Hex FA BC C4 0 19 16 2 160 56 56
Octal 372 274 304 0 31 26 2 540 126 126
Binary 11111010 10111100 11000100 0 11001 10110 10 101100000 1010110 1010110

Color Harmonies of #FABCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABCC4

Black with #FABCC4

Text Example


Text Example

White with #FABCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABCC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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