Html Css Color HEX #FACCCA Coral Candy

📋 copy color: '#FACCCA'

red 250 ◦ green 204 ◦ blue 202

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

Shades of Coral Candy #FACCCA

Tints of Coral Candy #FACCCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 30.79%

R = 38.11%
G = 31.1%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FACCCA (or 0xFACCCA) is known color: Coral Candy. HEX triplet: FA, CC and CA. RGB value is (250,204,202). Sum of RGB (Red+Green+Blue) = 250+204+202=656 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.11% from 656); Green value is 204 (80.08% from 255 or 31.10% from 656); Blue value is 202 (79.30% from 255 or 30.79% from 656); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACCCA is #053335. Grayscale: #D9D9D9. Windows color (decimal): -340790 or 13290746. OLE color: 13290746.

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

Color convert

RGB 250 204 202 -
CMYK 0 0.18 0.19 0.02
HSL 2.5º 0.83% 0.89% -
HSV(B) 2.5º 0.19% 0.98% -
XYZ 71.68 67.77 65.18 -
YUV 217.53 119.24 151.16 -
System Red Green Blue C M Y K H S L
Decimal 250 204 202 0 0.18 0.19 0.02 2.5 0.83 0.89
Hex FA CC CA 0 12 13 2 2 53 59
Octal 372 314 312 0 22 23 2 2 123 131
Binary 11111010 11001100 11001010 0 10010 10011 10 10 1010011 1011001

Color Harmonies of #FACCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACCCA

Black with #FACCCA

Text Example


Text Example

White with #FACCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACCCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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