Html Css Color HEX #FACCC9 Coral Candy

📋 copy color: '#FACCC9'

red 250 ◦ green 204 ◦ blue 201

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

Shades of Coral Candy #FACCC9

Tints of Coral Candy #FACCC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 30.69%

R = 38.17%
G = 31.15%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FACCC9 (or 0xFACCC9) is known color: Coral Candy. HEX triplet: FA, CC and C9. RGB value is (250,204,201). Sum of RGB (Red+Green+Blue) = 250+204+201=655 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.17% from 655); Green value is 204 (80.08% from 255 or 31.15% from 655); Blue value is 201 (78.91% from 255 or 30.69% from 655); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACCC9 is #053336. Grayscale: #D9D9D9. Windows color (decimal): -340791 or 13225210. OLE color: 13225210.

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

Color convert

RGB 250 204 201 -
CMYK 0 0.18 0.20 0.02
HSL 3.67º 0.83% 0.88% -
HSV(B) 3.67º 0.2% 0.98% -
XYZ 71.56 67.73 64.56 -
YUV 217.41 118.74 151.24 -
System Red Green Blue C M Y K H S L
Decimal 250 204 201 0 0.18 0.20 0.02 3.67 0.83 0.88
Hex FA CC C9 0 12 14 2 4 53 58
Octal 372 314 311 0 22 24 2 4 123 130
Binary 11111010 11001100 11001001 0 10010 10100 10 100 1010011 1011000

Color Harmonies of #FACCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACCC9

Black with #FACCC9

Text Example


Text Example

White with #FACCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACCC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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