Html Css Color HEX #FACACD Azalea

📋 copy color: '#FACACD'

red 250 ◦ green 202 ◦ blue 205

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

Shades of Azalea #FACACD

Tints of Azalea #FACACD

RGB

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

 GREEN value IS 202 (79.3% from 255) = 30.75%

 BLUE value IS 205 (80.47% from 255) = 31.2%

R = 38.05%
G = 30.75%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FACACD (or 0xFACACD) is known color: Azalea. HEX triplet: FA, CA and CD. RGB value is (250,202,205). Sum of RGB (Red+Green+Blue) = 250+202+205=657 (87% of max value = 765). Red value is 250 (98.05% from 255 or 38.05% from 657); Green value is 202 (79.30% from 255 or 30.75% from 657); Blue value is 205 (80.47% from 255 or 31.20% from 657); Max value from RGB is 250 - color contains mainly: red. Hex color #FACACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACACD is #053532. Grayscale: #D8D8D8. Windows color (decimal): -341299 or 13486842. OLE color: 13486842.

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

Color convert

RGB 250 202 205 -
CMYK 0 0.19 0.18 0.02
HSL 356.25º 0.83% 0.89% -
HSV(B) 356.25º 0.19% 0.98% -
XYZ 71.56 66.97 66.91 -
YUV 216.69 121.4 151.76 -
System Red Green Blue C M Y K H S L
Decimal 250 202 205 0 0.19 0.18 0.02 356.25 0.83 0.89
Hex FA CA CD 0 13 12 2 164 53 59
Octal 372 312 315 0 23 22 2 544 123 131
Binary 11111010 11001010 11001101 0 10011 10010 10 101100100 1010011 1011001

Color Harmonies of #FACACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACACD

Black with #FACACD

Text Example


Text Example

White with #FACACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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