Html Css Color HEX #FACCC2 Coral Candy

📋 copy color: '#FACCC2'

red 250 ◦ green 204 ◦ blue 194

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

Shades of Coral Candy #FACCC2

Tints of Coral Candy #FACCC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 29.94%

R = 38.58%
G = 31.48%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FACCC2 (or 0xFACCC2) is known color: Coral Candy. HEX triplet: FA, CC and C2. RGB value is (250,204,194). Sum of RGB (Red+Green+Blue) = 250+204+194=648 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.58% from 648); Green value is 204 (80.08% from 255 or 31.48% from 648); Blue value is 194 (76.17% from 255 or 29.94% from 648); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACCC2 is #05333D. Grayscale: #D8D8D8. Windows color (decimal): -340798 or 12766458. OLE color: 12766458.

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

Color convert

RGB 250 204 194 -
CMYK 0 0.18 0.22 0.02
HSL 10.71º 0.85% 0.87% -
HSV(B) 10.71º 0.22% 0.98% -
XYZ 70.75 67.4 60.32 -
YUV 216.61 115.24 151.81 -
System Red Green Blue C M Y K H S L
Decimal 250 204 194 0 0.18 0.22 0.02 10.71 0.85 0.87
Hex FA CC C2 0 12 16 2 B 55 57
Octal 372 314 302 0 22 26 2 13 125 127
Binary 11111010 11001100 11000010 0 10010 10110 10 1011 1010101 1010111

Color Harmonies of #FACCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACCC2

Black with #FACCC2

Text Example


Text Example

White with #FACCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACCC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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