Html Css Color HEX #FDCDC6 Coral Candy

📋 copy color: '#FDCDC6'

red 253 ◦ green 205 ◦ blue 198

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

Shades of Coral Candy #FDCDC6

Tints of Coral Candy #FDCDC6

RGB

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

 GREEN value IS 205 (80.47% from 255) = 31.25%

 BLUE value IS 198 (77.73% from 255) = 30.18%

R = 38.57%
G = 31.25%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FDCDC6 (or 0xFDCDC6) is known color: Coral Candy. HEX triplet: FD, CD and C6. RGB value is (253,205,198). Sum of RGB (Red+Green+Blue) = 253+205+198=656 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.57% from 656); Green value is 205 (80.47% from 255 or 31.25% from 656); Blue value is 198 (77.73% from 255 or 30.18% from 656); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCDC6 is #023239. Grayscale: #DADADA. Windows color (decimal): -143930 or 13028861. OLE color: 13028861.

HSL color Cylindrical-coordinate representation of color #FDCDC6: hue angle of 7.64º degrees, saturation: 0.93, 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 #FDCDC6 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 205 198 -
CMYK 0 0.19 0.22 0.01
HSL 7.64º 0.93% 0.88% -
HSV(B) 7.64º 0.22% 0.99% -
XYZ 72.53 68.62 62.85 -
YUV 218.55 116.4 152.57 -
System Red Green Blue C M Y K H S L
Decimal 253 205 198 0 0.19 0.22 0.01 7.64 0.93 0.88
Hex FD CD C6 0 13 16 1 8 5D 58
Octal 375 315 306 0 23 26 1 10 135 130
Binary 11111101 11001101 11000110 0 10011 10110 1 1000 1011101 1011000

Color Harmonies of #FDCDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCDC6

Black with #FDCDC6

Text Example


Text Example

White with #FDCDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCDC6; }

 p { color: rgb(253,205,198); }

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

background-color css

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

 a { background-color: rgb(253,205,198); }

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

border-color css

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

 span { border-color: rgb(253,205,198); }

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