Html Css Color HEX #FCCEC2 Coral Candy

📋 copy color: '#FCCEC2'

red 252 ◦ green 206 ◦ blue 194

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

Shades of Coral Candy #FCCEC2

Tints of Coral Candy #FCCEC2

RGB

 RED value IS 252 (98.83% from 255) = 38.65%

 GREEN value IS 206 (80.86% from 255) = 31.6%

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

R = 38.65%
G = 31.6%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FCCEC2 (or 0xFCCEC2) is known color: Coral Candy. HEX triplet: FC, CE and C2. RGB value is (252,206,194). Sum of RGB (Red+Green+Blue) = 252+206+194=652 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.65% from 652); Green value is 206 (80.86% from 255 or 31.60% from 652); Blue value is 194 (76.17% from 255 or 29.75% from 652); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCEC2 is #03313D. Grayscale: #DADADA. Windows color (decimal): -209214 or 12766972. OLE color: 12766972.

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

Color convert

RGB 252 206 194 -
CMYK 0 0.18 0.23 0.01
HSL 12.41º 0.91% 0.87% -
HSV(B) 12.41º 0.23% 0.99% -
XYZ 71.95 68.73 60.51 -
YUV 218.39 114.24 151.98 -
System Red Green Blue C M Y K H S L
Decimal 252 206 194 0 0.18 0.23 0.01 12.41 0.91 0.87
Hex FC CE C2 0 12 17 1 C 5B 57
Octal 374 316 302 0 22 27 1 14 133 127
Binary 11111100 11001110 11000010 0 10010 10111 1 1100 1011011 1010111

Color Harmonies of #FCCEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCEC2

Black with #FCCEC2

Text Example


Text Example

White with #FCCEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCEC2; }

 p { color: rgb(252,206,194); }

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

background-color css

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

 a { background-color: rgb(252,206,194); }

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

border-color css

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

 span { border-color: rgb(252,206,194); }

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