Html Css Color HEX #FCCFC3 Coral Candy

📋 copy color: '#FCCFC3'

red 252 ◦ green 207 ◦ blue 195

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

Shades of Coral Candy #FCCFC3

Tints of Coral Candy #FCCFC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 29.82%

R = 38.53%
G = 31.65%
B = 29.82%

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

#FCCFC3 (or 0xFCCFC3) is known color: Coral Candy. HEX triplet: FC, CF and C3. RGB value is (252,207,195). Sum of RGB (Red+Green+Blue) = 252+207+195=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 207 (81.25% from 255 or 31.65% from 654); Blue value is 195 (76.56% from 255 or 29.82% from 654); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCFC3 is #03303C. Grayscale: #DBDBDB. Windows color (decimal): -208957 or 12832764. OLE color: 12832764.

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

Color convert

RGB 252 207 195 -
CMYK 0 0.18 0.23 0.01
HSL 12.63º 0.9% 0.88% -
HSV(B) 12.63º 0.23% 0.99% -
XYZ 72.31 69.26 61.19 -
YUV 219.09 114.41 151.48 -
System Red Green Blue C M Y K H S L
Decimal 252 207 195 0 0.18 0.23 0.01 12.63 0.9 0.88
Hex FC CF C3 0 12 17 1 D 5A 58
Octal 374 317 303 0 22 27 1 15 132 130
Binary 11111100 11001111 11000011 0 10010 10111 1 1101 1011010 1011000

Color Harmonies of #FCCFC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCFC3

Black with #FCCFC3

Text Example


Text Example

White with #FCCFC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCFC3; }

 p { color: rgb(252,207,195); }

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

background-color css

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

 a { background-color: rgb(252,207,195); }

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

border-color css

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

 span { border-color: rgb(252,207,195); }

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