Html Css Color HEX #FACBC7 Coral Candy

📋 copy color: '#FACBC7'

red 250 ◦ green 203 ◦ blue 199

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

Shades of Coral Candy #FACBC7

Tints of Coral Candy #FACBC7

RGB

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

 GREEN value IS 203 (79.69% from 255) = 31.13%

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

R = 38.34%
G = 31.13%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FACBC7 (or 0xFACBC7) is known color: Coral Candy. HEX triplet: FA, CB and C7. RGB value is (250,203,199). Sum of RGB (Red+Green+Blue) = 250+203+199=652 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.34% from 652); Green value is 203 (79.69% from 255 or 31.13% from 652); Blue value is 199 (78.12% from 255 or 30.52% from 652); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACBC7 is #053438. Grayscale: #D8D8D8. Windows color (decimal): -341049 or 13093882. OLE color: 13093882.

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

Color convert

RGB 250 203 199 -
CMYK 0 0.19 0.20 0.02
HSL 4.71º 0.84% 0.88% -
HSV(B) 4.71º 0.2% 0.98% -
XYZ 71.09 67.16 63.25 -
YUV 216.6 118.07 151.83 -
System Red Green Blue C M Y K H S L
Decimal 250 203 199 0 0.19 0.20 0.02 4.71 0.84 0.88
Hex FA CB C7 0 13 14 2 5 54 58
Octal 372 313 307 0 23 24 2 5 124 130
Binary 11111010 11001011 11000111 0 10011 10100 10 101 1010100 1011000

Color Harmonies of #FACBC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACBC7

Black with #FACBC7

Text Example


Text Example

White with #FACBC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACBC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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