Html Css Color HEX #FACFC7 Coral Candy

📋 copy color: '#FACFC7'

red 250 ◦ green 207 ◦ blue 199

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

Shades of Coral Candy #FACFC7

Tints of Coral Candy #FACFC7

RGB

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

 GREEN value IS 207 (81.25% from 255) = 31.55%

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

R = 38.11%
G = 31.55%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FACFC7 (or 0xFACFC7) is known color: Coral Candy. HEX triplet: FA, CF and C7. RGB value is (250,207,199). Sum of RGB (Red+Green+Blue) = 250+207+199=656 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.11% from 656); Green value is 207 (81.25% from 255 or 31.55% from 656); Blue value is 199 (78.12% from 255 or 30.34% from 656); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACFC7 is #053038. Grayscale: #DBDBDB. Windows color (decimal): -340025 or 13094906. OLE color: 13094906.

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

Color convert

RGB 250 207 199 -
CMYK 0 0.17 0.20 0.02
HSL 9.41º 0.84% 0.88% -
HSV(B) 9.41º 0.2% 0.98% -
XYZ 72.05 69.07 63.57 -
YUV 218.95 116.75 150.15 -
System Red Green Blue C M Y K H S L
Decimal 250 207 199 0 0.17 0.20 0.02 9.41 0.84 0.88
Hex FA CF C7 0 11 14 2 9 54 58
Octal 372 317 307 0 21 24 2 11 124 130
Binary 11111010 11001111 11000111 0 10001 10100 10 1001 1010100 1011000

Color Harmonies of #FACFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACFC7

Black with #FACFC7

Text Example


Text Example

White with #FACFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACFC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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