Html Css Color HEX #FACCC1 Coral Candy

📋 copy color: '#FACCC1'

red 250 ◦ green 204 ◦ blue 193

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

Shades of Coral Candy #FACCC1

Tints of Coral Candy #FACCC1

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31.53%

 BLUE value IS 193 (75.78% from 255) = 29.83%

R = 38.64%
G = 31.53%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FACCC1 (or 0xFACCC1) is known color: Coral Candy. HEX triplet: FA, CC and C1. RGB value is (250,204,193). Sum of RGB (Red+Green+Blue) = 250+204+193=647 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.64% from 647); Green value is 204 (80.08% from 255 or 31.53% from 647); Blue value is 193 (75.78% from 255 or 29.83% from 647); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACCC1 is #05333E. Grayscale: #D8D8D8. Windows color (decimal): -340799 or 12700922. OLE color: 12700922.

HSL color Cylindrical-coordinate representation of color #FACCC1: hue angle of 11.58º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FACCC1 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 204 193 -
CMYK 0 0.18 0.23 0.02
HSL 11.58º 0.85% 0.87% -
HSV(B) 11.58º 0.23% 0.98% -
XYZ 70.64 67.36 59.73 -
YUV 216.5 114.74 151.89 -
System Red Green Blue C M Y K H S L
Decimal 250 204 193 0 0.18 0.23 0.02 11.58 0.85 0.87
Hex FA CC C1 0 12 17 2 C 55 57
Octal 372 314 301 0 22 27 2 14 125 127
Binary 11111010 11001100 11000001 0 10010 10111 10 1100 1010101 1010111

Color Harmonies of #FACCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACCC1

Black with #FACCC1

Text Example


Text Example

White with #FACCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACCC1; }

 p { color: rgb(250,204,193); }

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

background-color css

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

 a { background-color: rgb(250,204,193); }

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

border-color css

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

 span { border-color: rgb(250,204,193); }

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