Html Css Color HEX #FACAC7 Coral Candy

📋 copy color: '#FACAC7'

red 250 ◦ green 202 ◦ blue 199

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

Shades of Coral Candy #FACAC7

Tints of Coral Candy #FACAC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 30.57%

R = 38.4%
G = 31.03%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FACAC7 (or 0xFACAC7) is known color: Coral Candy. HEX triplet: FA, CA and C7. RGB value is (250,202,199). Sum of RGB (Red+Green+Blue) = 250+202+199=651 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.40% from 651); Green value is 202 (79.30% from 255 or 31.03% from 651); Blue value is 199 (78.12% from 255 or 30.57% from 651); Max value from RGB is 250 - color contains mainly: red. Hex color #FACAC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACAC7 is #053538. Grayscale: #D8D8D8. Windows color (decimal): -341305 or 13093626. OLE color: 13093626.

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

Color convert

RGB 250 202 199 -
CMYK 0 0.19 0.20 0.02
HSL 3.53º 0.84% 0.88% -
HSV(B) 3.53º 0.2% 0.98% -
XYZ 70.85 66.69 63.17 -
YUV 216.01 118.4 152.24 -
System Red Green Blue C M Y K H S L
Decimal 250 202 199 0 0.19 0.20 0.02 3.53 0.84 0.88
Hex FA CA C7 0 13 14 2 4 54 58
Octal 372 312 307 0 23 24 2 4 124 130
Binary 11111010 11001010 11000111 0 10011 10100 10 100 1010100 1011000

Color Harmonies of #FACAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACAC7

Black with #FACAC7

Text Example


Text Example

White with #FACAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACAC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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