Html Css Color HEX #FACDC1 Coral Candy

📋 copy color: '#FACDC1'

red 250 ◦ green 205 ◦ blue 193

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

Shades of Coral Candy #FACDC1

Tints of Coral Candy #FACDC1

RGB

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

 GREEN value IS 205 (80.47% from 255) = 31.64%

 BLUE value IS 193 (75.78% from 255) = 29.78%

R = 38.58%
G = 31.64%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FACDC1 (or 0xFACDC1) is known color: Coral Candy. HEX triplet: FA, CD and C1. RGB value is (250,205,193). Sum of RGB (Red+Green+Blue) = 250+205+193=648 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.58% from 648); Green value is 205 (80.47% from 255 or 31.64% from 648); Blue value is 193 (75.78% from 255 or 29.78% from 648); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACDC1 is #05323E. Grayscale: #D9D9D9. Windows color (decimal): -340543 or 12701178. OLE color: 12701178.

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

Color convert

RGB 250 205 193 -
CMYK 0 0.18 0.23 0.02
HSL 12.63º 0.85% 0.87% -
HSV(B) 12.63º 0.23% 0.98% -
XYZ 70.88 67.84 59.81 -
YUV 217.09 114.41 151.48 -
System Red Green Blue C M Y K H S L
Decimal 250 205 193 0 0.18 0.23 0.02 12.63 0.85 0.87
Hex FA CD C1 0 12 17 2 D 55 57
Octal 372 315 301 0 22 27 2 15 125 127
Binary 11111010 11001101 11000001 0 10010 10111 10 1101 1010101 1010111

Color Harmonies of #FACDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACDC1

Black with #FACDC1

Text Example


Text Example

White with #FACDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACDC1; }

 p { color: rgb(250,205,193); }

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

background-color css

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

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

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

border-color css

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

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

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