Html Css Color HEX #FDCFC2 Coral Candy

📋 copy color: '#FDCFC2'

red 253 ◦ green 207 ◦ blue 194

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

Shades of Coral Candy #FDCFC2

Tints of Coral Candy #FDCFC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 29.66%

R = 38.69%
G = 31.65%
B = 29.66%

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

#FDCFC2 (or 0xFDCFC2) is known color: Coral Candy. HEX triplet: FD, CF and C2. RGB value is (253,207,194). Sum of RGB (Red+Green+Blue) = 253+207+194=654 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.69% from 654); Green value is 207 (81.25% from 255 or 31.65% from 654); Blue value is 194 (76.17% from 255 or 29.66% from 654); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCFC2 is #02303D. Grayscale: #DBDBDB. Windows color (decimal): -143422 or 12767229. OLE color: 12767229.

HSL color Cylindrical-coordinate representation of color #FDCFC2: hue angle of 13.22º degrees, saturation: 0.94, 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 #FDCFC2 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 207 194 -
CMYK 0 0.18 0.23 0.01
HSL 13.22º 0.94% 0.88% -
HSV(B) 13.22º 0.23% 0.99% -
XYZ 72.56 69.4 60.61 -
YUV 219.27 113.74 152.06 -
System Red Green Blue C M Y K H S L
Decimal 253 207 194 0 0.18 0.23 0.01 13.22 0.94 0.88
Hex FD CF C2 0 12 17 1 D 5E 58
Octal 375 317 302 0 22 27 1 15 136 130
Binary 11111101 11001111 11000010 0 10010 10111 1 1101 1011110 1011000

Color Harmonies of #FDCFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCFC2

Black with #FDCFC2

Text Example


Text Example

White with #FDCFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCFC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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