Html Css Color HEX #FACEC6 Coral Candy

📋 copy color: '#FACEC6'

red 250 ◦ green 206 ◦ blue 198

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

Shades of Coral Candy #FACEC6

Tints of Coral Candy #FACEC6

RGB

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

 GREEN value IS 206 (80.86% from 255) = 31.5%

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

R = 38.23%
G = 31.5%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#FACEC6 (or 0xFACEC6) is known color: Coral Candy. HEX triplet: FA, CE and C6. RGB value is (250,206,198). Sum of RGB (Red+Green+Blue) = 250+206+198=654 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.23% from 654); Green value is 206 (80.86% from 255 or 31.50% from 654); Blue value is 198 (77.73% from 255 or 30.28% from 654); Max value from RGB is 250 - color contains mainly: red. Hex color #FACEC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACEC6 is #053139. Grayscale: #DADADA. Windows color (decimal): -340282 or 13029114. OLE color: 13029114.

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

Color convert

RGB 250 206 198 -
CMYK 0 0.18 0.21 0.02
HSL 9.23º 0.84% 0.88% -
HSV(B) 9.23º 0.21% 0.98% -
XYZ 71.69 68.54 62.88 -
YUV 218.24 116.58 150.65 -
System Red Green Blue C M Y K H S L
Decimal 250 206 198 0 0.18 0.21 0.02 9.23 0.84 0.88
Hex FA CE C6 0 12 15 2 9 54 58
Octal 372 316 306 0 22 25 2 11 124 130
Binary 11111010 11001110 11000110 0 10010 10101 10 1001 1010100 1011000

Color Harmonies of #FACEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACEC6

Black with #FACEC6

Text Example


Text Example

White with #FACEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACEC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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