Html Css Color HEX #FAC7CA Azalea

📋 copy color: '#FAC7CA'

red 250 ◦ green 199 ◦ blue 202

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

Shades of Azalea #FAC7CA

Tints of Azalea #FAC7CA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 30.57%

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

R = 38.4%
G = 30.57%
B = 31.03%

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

#FAC7CA (or 0xFAC7CA) is known color: Azalea. HEX triplet: FA, C7 and CA. RGB value is (250,199,202). Sum of RGB (Red+Green+Blue) = 250+199+202=651 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.40% from 651); Green value is 199 (78.12% from 255 or 30.57% from 651); Blue value is 202 (79.30% from 255 or 31.03% from 651); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC7CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC7CA is #053835. Grayscale: #D6D6D6. Windows color (decimal): -342070 or 13289466. OLE color: 13289466.

HSL color Cylindrical-coordinate representation of color #FAC7CA: hue angle of 356.47º degrees, saturation: 0.84, 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 #FAC7CA is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 199 202 -
CMYK 0 0.20 0.19 0.02
HSL 356.47º 0.84% 0.88% -
HSV(B) 356.47º 0.2% 0.98% -
XYZ 70.51 65.44 64.79 -
YUV 214.59 120.9 153.26 -
System Red Green Blue C M Y K H S L
Decimal 250 199 202 0 0.20 0.19 0.02 356.47 0.84 0.88
Hex FA C7 CA 0 14 13 2 164 54 58
Octal 372 307 312 0 24 23 2 544 124 130
Binary 11111010 11000111 11001010 0 10100 10011 10 101100100 1010100 1011000

Color Harmonies of #FAC7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC7CA

Black with #FAC7CA

Text Example


Text Example

White with #FAC7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC7CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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