Html Css Color HEX #FACECA Coral Candy

📋 copy color: '#FACECA'

red 250 ◦ green 206 ◦ blue 202

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

Shades of Coral Candy #FACECA

Tints of Coral Candy #FACECA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 31.31%

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

R = 37.99%
G = 31.31%
B = 30.7%

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

#FACECA (or 0xFACECA) is known color: Coral Candy. HEX triplet: FA, CE and CA. RGB value is (250,206,202). Sum of RGB (Red+Green+Blue) = 250+206+202=658 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.99% from 658); Green value is 206 (80.86% from 255 or 31.31% from 658); Blue value is 202 (79.30% from 255 or 30.70% from 658); Max value from RGB is 250 - color contains mainly: red. Hex color #FACECA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACECA is #053135. Grayscale: #DADADA. Windows color (decimal): -340278 or 13291258. OLE color: 13291258.

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

Color convert

RGB 250 206 202 -
CMYK 0 0.18 0.19 0.02
HSL 0.83% 0.89% -
HSV(B) 0.19% 0.98% -
XYZ 72.16 68.73 65.34 -
YUV 218.7 118.58 150.33 -
System Red Green Blue C M Y K H S L
Decimal 250 206 202 0 0.18 0.19 0.02 5 0.83 0.89
Hex FA CE CA 0 12 13 2 5 53 59
Octal 372 316 312 0 22 23 2 5 123 131
Binary 11111010 11001110 11001010 0 10010 10011 10 101 1010011 1011001

Color Harmonies of #FACECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACECA

Black with #FACECA

Text Example


Text Example

White with #FACECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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