Html Css Color HEX #FACAC5 Coral Candy

📋 copy color: '#FACAC5'

red 250 ◦ green 202 ◦ blue 197

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

Shades of Coral Candy #FACAC5

Tints of Coral Candy #FACAC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 30.35%

R = 38.52%
G = 31.12%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#FACAC5 (or 0xFACAC5) is known color: Coral Candy. HEX triplet: FA, CA and C5. RGB value is (250,202,197). Sum of RGB (Red+Green+Blue) = 250+202+197=649 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.52% from 649); Green value is 202 (79.30% from 255 or 31.12% from 649); Blue value is 197 (77.34% from 255 or 30.35% from 649); Max value from RGB is 250 - color contains mainly: red. Hex color #FACAC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACAC5 is #05353A. Grayscale: #D7D7D7. Windows color (decimal): -341307 or 12962554. OLE color: 12962554.

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

Color convert

RGB 250 202 197 -
CMYK 0 0.19 0.21 0.02
HSL 5.66º 0.84% 0.88% -
HSV(B) 5.66º 0.21% 0.98% -
XYZ 70.62 66.6 61.96 -
YUV 215.78 117.4 152.41 -
System Red Green Blue C M Y K H S L
Decimal 250 202 197 0 0.19 0.21 0.02 5.66 0.84 0.88
Hex FA CA C5 0 13 15 2 6 54 58
Octal 372 312 305 0 23 25 2 6 124 130
Binary 11111010 11001010 11000101 0 10011 10101 10 110 1010100 1011000

Color Harmonies of #FACAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACAC5

Black with #FACAC5

Text Example


Text Example

White with #FACAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACAC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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