Html Css Color HEX #FAC8CA Azalea

📋 copy color: '#FAC8CA'

red 250 ◦ green 200 ◦ blue 202

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

Shades of Azalea #FAC8CA

Tints of Azalea #FAC8CA

RGB

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

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

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

R = 38.34%
G = 30.67%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FAC8CA (or 0xFAC8CA) is known color: Azalea. HEX triplet: FA, C8 and CA. RGB value is (250,200,202). Sum of RGB (Red+Green+Blue) = 250+200+202=652 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.34% from 652); Green value is 200 (78.52% from 255 or 30.67% from 652); Blue value is 202 (79.30% from 255 or 30.98% from 652); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC8CA is #053735. Grayscale: #D7D7D7. Windows color (decimal): -341814 or 13289722. OLE color: 13289722.

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

Color convert

RGB 250 200 202 -
CMYK 0 0.2 0.19 0.02
HSL 357.6º 0.83% 0.88% -
HSV(B) 357.6º 0.2% 0.98% -
XYZ 70.74 65.9 64.87 -
YUV 215.18 120.57 152.84 -
System Red Green Blue C M Y K H S L
Decimal 250 200 202 0 0.2 0.19 0.02 357.6 0.83 0.88
Hex FA C8 CA 0 14 13 2 166 53 58
Octal 372 310 312 0 24 23 2 546 123 130
Binary 11111010 11001000 11001010 0 10100 10011 10 101100110 1010011 1011000

Color Harmonies of #FAC8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC8CA

Black with #FAC8CA

Text Example


Text Example

White with #FAC8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC8CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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