Html Css Color HEX #FAC8C9 Azalea

📋 copy color: '#FAC8C9'

red 250 ◦ green 200 ◦ blue 201

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

Shades of Azalea #FAC8C9

Tints of Azalea #FAC8C9

RGB

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

 GREEN value IS 200 (78.52% from 255) = 30.72%

 BLUE value IS 201 (78.91% from 255) = 30.88%

R = 38.4%
G = 30.72%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FAC8C9 (or 0xFAC8C9) is known color: Azalea. HEX triplet: FA, C8 and C9. RGB value is (250,200,201). Sum of RGB (Red+Green+Blue) = 250+200+201=651 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.40% from 651); Green value is 200 (78.52% from 255 or 30.72% from 651); Blue value is 201 (78.91% from 255 or 30.88% from 651); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC8C9 is #053736. Grayscale: #D7D7D7. Windows color (decimal): -341815 or 13224186. OLE color: 13224186.

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

Color convert

RGB 250 200 201 -
CMYK 0 0.2 0.20 0.02
HSL 358.8º 0.83% 0.88% -
HSV(B) 358.8º 0.2% 0.98% -
XYZ 70.62 65.85 64.25 -
YUV 215.06 120.07 152.92 -
System Red Green Blue C M Y K H S L
Decimal 250 200 201 0 0.2 0.20 0.02 358.8 0.83 0.88
Hex FA C8 C9 0 14 14 2 167 53 58
Octal 372 310 311 0 24 24 2 547 123 130
Binary 11111010 11001000 11001001 0 10100 10100 10 101100111 1010011 1011000

Color Harmonies of #FAC8C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC8C9

Black with #FAC8C9

Text Example


Text Example

White with #FAC8C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC8C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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