Html Css Color HEX #FECFC5 Coral Candy

📋 copy color: '#FECFC5'

red 254 ◦ green 207 ◦ blue 197

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

Shades of Coral Candy #FECFC5

Tints of Coral Candy #FECFC5

RGB

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

 GREEN value IS 207 (81.25% from 255) = 31.46%

 BLUE value IS 197 (77.34% from 255) = 29.94%

R = 38.6%
G = 31.46%
B = 29.94%

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

#FECFC5 (or 0xFECFC5) is known color: Coral Candy. HEX triplet: FE, CF and C5. RGB value is (254,207,197). Sum of RGB (Red+Green+Blue) = 254+207+197=658 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.60% from 658); Green value is 207 (81.25% from 255 or 31.46% from 658); Blue value is 197 (77.34% from 255 or 29.94% from 658); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECFC5 is #01303A. Grayscale: #DCDCDC. Windows color (decimal): -77883 or 12963838. OLE color: 12963838.

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

Color convert

RGB 254 207 197 -
CMYK 0 0.19 0.22 0.00
HSL 10.53º 0.97% 0.88% -
HSV(B) 10.53º 0.22% 1% -
XYZ 73.26 69.73 62.42 -
YUV 219.91 115.07 152.31 -
System Red Green Blue C M Y K H S L
Decimal 254 207 197 0 0.19 0.22 0.00 10.53 0.97 0.88
Hex FE CF C5 0 13 16 0 B 61 58
Octal 376 317 305 0 23 26 0 13 141 130
Binary 11111110 11001111 11000101 0 10011 10110 0 1011 1100001 1011000

Color Harmonies of #FECFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECFC5

Black with #FECFC5

Text Example


Text Example

White with #FECFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECFC5; }

 p { color: rgb(254,207,197); }

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

background-color css

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

 a { background-color: rgb(254,207,197); }

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

border-color css

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

 span { border-color: rgb(254,207,197); }

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