Html Css Color HEX #FACEC8 Coral Candy

📋 copy color: '#FACEC8'

red 250 ◦ green 206 ◦ blue 200

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

Shades of Coral Candy #FACEC8

Tints of Coral Candy #FACEC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 30.49%

R = 38.11%
G = 31.4%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.2

 K value IS 0.02

RGB Variations

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

Color information

#FACEC8 (or 0xFACEC8) is known color: Coral Candy. HEX triplet: FA, CE and C8. RGB value is (250,206,200). Sum of RGB (Red+Green+Blue) = 250+206+200=656 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.11% from 656); Green value is 206 (80.86% from 255 or 31.40% from 656); Blue value is 200 (78.52% from 255 or 30.49% from 656); Max value from RGB is 250 - color contains mainly: red. Hex color #FACEC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACEC8 is #053137. Grayscale: #DADADA. Windows color (decimal): -340280 or 13160186. OLE color: 13160186.

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

Color convert

RGB 250 206 200 -
CMYK 0 0.18 0.2 0.02
HSL 7.2º 0.83% 0.88% -
HSV(B) 7.2º 0.2% 0.98% -
XYZ 71.92 68.64 64.1 -
YUV 218.47 117.58 150.49 -
System Red Green Blue C M Y K H S L
Decimal 250 206 200 0 0.18 0.2 0.02 7.2 0.83 0.88
Hex FA CE C8 0 12 14 2 7 53 58
Octal 372 316 310 0 22 24 2 7 123 130
Binary 11111010 11001110 11001000 0 10010 10100 10 111 1010011 1011000

Color Harmonies of #FACEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACEC8

Black with #FACEC8

Text Example


Text Example

White with #FACEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACEC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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