Html Css Color HEX #FAC8C6 Coral Candy

📋 copy color: '#FAC8C6'

red 250 ◦ green 200 ◦ blue 198

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

Shades of Coral Candy #FAC8C6

Tints of Coral Candy #FAC8C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 30.56%

R = 38.58%
G = 30.86%
B = 30.56%

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

#FAC8C6 (or 0xFAC8C6) is known color: Coral Candy. HEX triplet: FA, C8 and C6. RGB value is (250,200,198). Sum of RGB (Red+Green+Blue) = 250+200+198=648 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.58% from 648); Green value is 200 (78.52% from 255 or 30.86% from 648); Blue value is 198 (77.73% from 255 or 30.56% from 648); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC8C6 is #053739. Grayscale: #D6D6D6. Windows color (decimal): -341818 or 13027578. OLE color: 13027578.

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

Color convert

RGB 250 200 198 -
CMYK 0 0.2 0.21 0.02
HSL 2.31º 0.84% 0.88% -
HSV(B) 2.31º 0.21% 0.98% -
XYZ 70.27 65.71 62.41 -
YUV 214.72 118.57 153.16 -
System Red Green Blue C M Y K H S L
Decimal 250 200 198 0 0.2 0.21 0.02 2.31 0.84 0.88
Hex FA C8 C6 0 14 15 2 2 54 58
Octal 372 310 306 0 24 25 2 2 124 130
Binary 11111010 11001000 11000110 0 10100 10101 10 10 1010100 1011000

Color Harmonies of #FAC8C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC8C6

Black with #FAC8C6

Text Example


Text Example

White with #FAC8C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC8C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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