Html Css Color HEX #FAC3C6 Azalea

📋 copy color: '#FAC3C6'

red 250 ◦ green 195 ◦ blue 198

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

Shades of Azalea #FAC3C6

Tints of Azalea #FAC3C6

RGB

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

 GREEN value IS 195 (76.56% from 255) = 30.33%

 BLUE value IS 198 (77.73% from 255) = 30.79%

R = 38.88%
G = 30.33%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#FAC3C6 (or 0xFAC3C6) is known color: Azalea. HEX triplet: FA, C3 and C6. RGB value is (250,195,198). Sum of RGB (Red+Green+Blue) = 250+195+198=643 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.88% from 643); Green value is 195 (76.56% from 255 or 30.33% from 643); Blue value is 198 (77.73% from 255 or 30.79% from 643); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC3C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC3C6 is #053C39. Grayscale: #D3D3D3. Windows color (decimal): -343098 or 13026298. OLE color: 13026298.

HSL color Cylindrical-coordinate representation of color #FAC3C6: hue angle of 356.73º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FAC3C6 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 195 198 -
CMYK 0 0.22 0.21 0.02
HSL 356.73º 0.85% 0.87% -
HSV(B) 356.73º 0.22% 0.98% -
XYZ 69.13 63.43 62.03 -
YUV 211.79 120.22 155.26 -
System Red Green Blue C M Y K H S L
Decimal 250 195 198 0 0.22 0.21 0.02 356.73 0.85 0.87
Hex FA C3 C6 0 16 15 2 165 55 57
Octal 372 303 306 0 26 25 2 545 125 127
Binary 11111010 11000011 11000110 0 10110 10101 10 101100101 1010101 1010111

Color Harmonies of #FAC3C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC3C6

Black with #FAC3C6

Text Example


Text Example

White with #FAC3C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC3C6; }

 p { color: rgb(250,195,198); }

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

background-color css

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

 a { background-color: rgb(250,195,198); }

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

border-color css

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

 span { border-color: rgb(250,195,198); }

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