Html Css Color HEX #FCCFC7 Coral Candy

📋 copy color: '#FCCFC7'

red 252 ◦ green 207 ◦ blue 199

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

Shades of Coral Candy #FCCFC7

Tints of Coral Candy #FCCFC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 30.24%

R = 38.3%
G = 31.46%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FCCFC7 (or 0xFCCFC7) is known color: Coral Candy. HEX triplet: FC, CF and C7. RGB value is (252,207,199). Sum of RGB (Red+Green+Blue) = 252+207+199=658 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.30% from 658); Green value is 207 (81.25% from 255 or 31.46% from 658); Blue value is 199 (78.12% from 255 or 30.24% from 658); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCFC7 is #033038. Grayscale: #DBDBDB. Windows color (decimal): -208953 or 13094908. OLE color: 13094908.

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

Color convert

RGB 252 207 199 -
CMYK 0 0.18 0.21 0.01
HSL 9.06º 0.9% 0.88% -
HSV(B) 9.06º 0.21% 0.99% -
XYZ 72.77 69.44 63.6 -
YUV 219.54 116.41 151.15 -
System Red Green Blue C M Y K H S L
Decimal 252 207 199 0 0.18 0.21 0.01 9.06 0.9 0.88
Hex FC CF C7 0 12 15 1 9 5A 58
Octal 374 317 307 0 22 25 1 11 132 130
Binary 11111100 11001111 11000111 0 10010 10101 1 1001 1011010 1011000

Color Harmonies of #FCCFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCFC7

Black with #FCCFC7

Text Example


Text Example

White with #FCCFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCFC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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