Html Css Color HEX #FAC8C5 Coral Candy

📋 copy color: '#FAC8C5'

red 250 ◦ green 200 ◦ blue 197

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

Shades of Coral Candy #FAC8C5

Tints of Coral Candy #FAC8C5

RGB

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

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

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

R = 38.64%
G = 30.91%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#FAC8C5 (or 0xFAC8C5) is known color: Coral Candy. HEX triplet: FA, C8 and C5. RGB value is (250,200,197). Sum of RGB (Red+Green+Blue) = 250+200+197=647 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.64% from 647); Green value is 200 (78.52% from 255 or 30.91% from 647); Blue value is 197 (77.34% from 255 or 30.45% from 647); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC8C5 is #05373A. Grayscale: #D6D6D6. Windows color (decimal): -341819 or 12962042. OLE color: 12962042.

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

Color convert

RGB 250 200 197 -
CMYK 0 0.2 0.21 0.02
HSL 3.4º 0.84% 0.88% -
HSV(B) 3.4º 0.21% 0.98% -
XYZ 70.16 65.66 61.8 -
YUV 214.61 118.07 153.24 -
System Red Green Blue C M Y K H S L
Decimal 250 200 197 0 0.2 0.21 0.02 3.4 0.84 0.88
Hex FA C8 C5 0 14 15 2 3 54 58
Octal 372 310 305 0 24 25 2 3 124 130
Binary 11111010 11001000 11000101 0 10100 10101 10 11 1010100 1011000

Color Harmonies of #FAC8C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC8C5

Black with #FAC8C5

Text Example


Text Example

White with #FAC8C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC8C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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