Html Css Color HEX #FDCFC8 Coral Candy

📋 copy color: '#FDCFC8'

red 253 ◦ green 207 ◦ blue 200

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

Shades of Coral Candy #FDCFC8

Tints of Coral Candy #FDCFC8

RGB

 RED value IS 253 (99.22% from 255) = 38.33%

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

 BLUE value IS 200 (78.52% from 255) = 30.3%

R = 38.33%
G = 31.36%
B = 30.3%

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

#FDCFC8 (or 0xFDCFC8) is known color: Coral Candy. HEX triplet: FD, CF and C8. RGB value is (253,207,200). Sum of RGB (Red+Green+Blue) = 253+207+200=660 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.33% from 660); Green value is 207 (81.25% from 255 or 31.36% from 660); Blue value is 200 (78.52% from 255 or 30.30% from 660); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCFC8 is #023037. Grayscale: #DCDCDC. Windows color (decimal): -143416 or 13160445. OLE color: 13160445.

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

Color convert

RGB 253 207 200 -
CMYK 0 0.18 0.21 0.01
HSL 7.92º 0.93% 0.89% -
HSV(B) 7.92º 0.21% 0.99% -
XYZ 73.25 69.68 64.23 -
YUV 219.96 116.74 151.57 -
System Red Green Blue C M Y K H S L
Decimal 253 207 200 0 0.18 0.21 0.01 7.92 0.93 0.89
Hex FD CF C8 0 12 15 1 8 5D 59
Octal 375 317 310 0 22 25 1 10 135 131
Binary 11111101 11001111 11001000 0 10010 10101 1 1000 1011101 1011001

Color Harmonies of #FDCFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCFC8

Black with #FDCFC8

Text Example


Text Example

White with #FDCFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCFC8; }

 p { color: rgb(253,207,200); }

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

background-color css

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

 a { background-color: rgb(253,207,200); }

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

border-color css

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

 span { border-color: rgb(253,207,200); }

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