Html Css Color HEX #FECDC6 Coral Candy

📋 copy color: '#FECDC6'

red 254 ◦ green 205 ◦ blue 198

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

Shades of Coral Candy #FECDC6

Tints of Coral Candy #FECDC6

RGB

 RED value IS 254 (99.61% from 255) = 38.66%

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

 BLUE value IS 198 (77.73% from 255) = 30.14%

R = 38.66%
G = 31.2%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#FECDC6 (or 0xFECDC6) is known color: Coral Candy. HEX triplet: FE, CD and C6. RGB value is (254,205,198). Sum of RGB (Red+Green+Blue) = 254+205+198=657 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.66% from 657); Green value is 205 (80.47% from 255 or 31.20% from 657); Blue value is 198 (77.73% from 255 or 30.14% from 657); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECDC6 is #013239. Grayscale: #DADADA. Windows color (decimal): -78394 or 13028862. OLE color: 13028862.

HSL color Cylindrical-coordinate representation of color #FECDC6: hue angle of 7.5º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FECDC6 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 205 198 -
CMYK 0 0.19 0.22 0.00
HSL 7.5º 0.97% 0.89% -
HSV(B) 7.5º 0.22% 1% -
XYZ 72.9 68.81 62.87 -
YUV 218.85 116.23 153.07 -
System Red Green Blue C M Y K H S L
Decimal 254 205 198 0 0.19 0.22 0.00 7.5 0.97 0.89
Hex FE CD C6 0 13 16 0 8 61 59
Octal 376 315 306 0 23 26 0 10 141 131
Binary 11111110 11001101 11000110 0 10011 10110 0 1000 1100001 1011001

Color Harmonies of #FECDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECDC6

Black with #FECDC6

Text Example


Text Example

White with #FECDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECDC6; }

 p { color: rgb(254,205,198); }

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

background-color css

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

 a { background-color: rgb(254,205,198); }

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

border-color css

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

 span { border-color: rgb(254,205,198); }

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