Html Css Color HEX #FCCFC5 Coral Candy

📋 copy color: '#FCCFC5'

red 252 ◦ green 207 ◦ blue 197

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

Shades of Coral Candy #FCCFC5

Tints of Coral Candy #FCCFC5

RGB

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

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

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

R = 38.41%
G = 31.55%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FCCFC5 (or 0xFCCFC5) is known color: Coral Candy. HEX triplet: FC, CF and C5. RGB value is (252,207,197). Sum of RGB (Red+Green+Blue) = 252+207+197=656 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.41% from 656); Green value is 207 (81.25% from 255 or 31.55% from 656); Blue value is 197 (77.34% from 255 or 30.03% from 656); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCFC5 is #03303A. Grayscale: #DBDBDB. Windows color (decimal): -208955 or 12963836. OLE color: 12963836.

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

Color convert

RGB 252 207 197 -
CMYK 0 0.18 0.22 0.01
HSL 10.91º 0.9% 0.88% -
HSV(B) 10.91º 0.22% 0.99% -
XYZ 72.54 69.35 62.39 -
YUV 219.32 115.41 151.31 -
System Red Green Blue C M Y K H S L
Decimal 252 207 197 0 0.18 0.22 0.01 10.91 0.9 0.88
Hex FC CF C5 0 12 16 1 B 5A 58
Octal 374 317 305 0 22 26 1 13 132 130
Binary 11111100 11001111 11000101 0 10010 10110 1 1011 1011010 1011000

Color Harmonies of #FCCFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCFC5

Black with #FCCFC5

Text Example


Text Example

White with #FCCFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCFC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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