Html Css Color HEX #FACACA Coral Candy

📋 copy color: '#FACACA'

red 250 ◦ green 202 ◦ blue 202

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

Shades of Coral Candy #FACACA

Tints of Coral Candy #FACACA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 30.89%

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

R = 38.23%
G = 30.89%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FACACA (or 0xFACACA) is known color: Coral Candy. HEX triplet: FA, CA and CA. RGB value is (250,202,202). Sum of RGB (Red+Green+Blue) = 250+202+202=654 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.23% from 654); Green value is 202 (79.30% from 255 or 30.89% from 654); Blue value is 202 (79.30% from 255 or 30.89% from 654); Max value from RGB is 250 - color contains mainly: red. Hex color #FACACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACACA is #053535. Grayscale: #D8D8D8. Windows color (decimal): -341302 or 13290234. OLE color: 13290234.

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

Color convert

RGB 250 202 202 -
CMYK 0 0.19 0.19 0.02
HSL 0.83% 0.89% -
HSV(B) 0.19% 0.98% -
XYZ 71.21 66.83 65.02 -
YUV 216.35 119.9 152 -
System Red Green Blue C M Y K H S L
Decimal 250 202 202 0 0.19 0.19 0.02 0 0.83 0.89
Hex FA CA CA 0 13 13 2 0 53 59
Octal 372 312 312 0 23 23 2 0 123 131
Binary 11111010 11001010 11001010 0 10011 10011 10 0 1010011 1011001

Color Harmonies of #FACACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACACA

Black with #FACACA

Text Example


Text Example

White with #FACACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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