Html Css Color HEX #FAC9CA Azalea

📋 copy color: '#FAC9CA'

red 250 ◦ green 201 ◦ blue 202

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

Shades of Azalea #FAC9CA

Tints of Azalea #FAC9CA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 30.78%

 BLUE value IS 202 (79.3% from 255) = 30.93%

R = 38.28%
G = 30.78%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FAC9CA (or 0xFAC9CA) is known color: Azalea. HEX triplet: FA, C9 and CA. RGB value is (250,201,202). Sum of RGB (Red+Green+Blue) = 250+201+202=653 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.28% from 653); Green value is 201 (78.91% from 255 or 30.78% from 653); Blue value is 202 (79.30% from 255 or 30.93% from 653); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC9CA is #053635. Grayscale: #D7D7D7. Windows color (decimal): -341558 or 13289978. OLE color: 13289978.

HSL color Cylindrical-coordinate representation of color #FAC9CA: hue angle of 358.78º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FAC9CA is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 201 202 -
CMYK 0 0.20 0.19 0.02
HSL 358.78º 0.83% 0.88% -
HSV(B) 358.78º 0.2% 0.98% -
XYZ 70.97 66.36 64.95 -
YUV 215.77 120.23 152.42 -
System Red Green Blue C M Y K H S L
Decimal 250 201 202 0 0.20 0.19 0.02 358.78 0.83 0.88
Hex FA C9 CA 0 14 13 2 167 53 58
Octal 372 311 312 0 24 23 2 547 123 130
Binary 11111010 11001001 11001010 0 10100 10011 10 101100111 1010011 1011000

Color Harmonies of #FAC9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC9CA

Black with #FAC9CA

Text Example


Text Example

White with #FAC9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC9CA; }

 p { color: rgb(250,201,202); }

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

background-color css

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

 a { background-color: rgb(250,201,202); }

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

border-color css

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

 span { border-color: rgb(250,201,202); }

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