Html Css Color HEX #FECFC6 Coral Candy

📋 copy color: '#FECFC6'

red 254 ◦ green 207 ◦ blue 198

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

Shades of Coral Candy #FECFC6

Tints of Coral Candy #FECFC6

RGB

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

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

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

R = 38.54%
G = 31.41%
B = 30.05%

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

#FECFC6 (or 0xFECFC6) is known color: Coral Candy. HEX triplet: FE, CF and C6. RGB value is (254,207,198). Sum of RGB (Red+Green+Blue) = 254+207+198=659 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.54% from 659); Green value is 207 (81.25% from 255 or 31.41% from 659); Blue value is 198 (77.73% from 255 or 30.05% from 659); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECFC6 is #013039. Grayscale: #DCDCDC. Windows color (decimal): -77882 or 13029374. OLE color: 13029374.

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

Color convert

RGB 254 207 198 -
CMYK 0 0.19 0.22 0.00
HSL 9.64º 0.97% 0.89% -
HSV(B) 9.64º 0.22% 1% -
XYZ 73.38 69.77 63.03 -
YUV 220.03 115.57 152.23 -
System Red Green Blue C M Y K H S L
Decimal 254 207 198 0 0.19 0.22 0.00 9.64 0.97 0.89
Hex FE CF C6 0 13 16 0 A 61 59
Octal 376 317 306 0 23 26 0 12 141 131
Binary 11111110 11001111 11000110 0 10011 10110 0 1010 1100001 1011001

Color Harmonies of #FECFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECFC6

Black with #FECFC6

Text Example


Text Example

White with #FECFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECFC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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