#FBCDC1

Color #FBCDC1 Coral Candy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coral Candy #FBCDC1

Tints of Coral Candy #FBCDC1

Color information

#FBCDC1 (or 0xFBCDC1) is unknown color: approx Coral Candy. HEX triplet: FB, CD and C1. RGB value is (251,205,193). Sum of RGB (Red+Green+Blue) = 251+205+193=649 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.67% from 649); Green value is 205 (80.47% from 255 or 31.59% from 649); Blue value is 193 (75.78% from 255 or 29.74% from 649); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCDC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCDC1 is #04323E. Grayscale: #D9D9D9. Windows color (decimal): -275007 or 12701179. OLE color: 12701179.

HSL color Cylindrical-coordinate representation of color #FBCDC1: hue angle of 12.41º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FBCDC1 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB251205193-
CMYK00.180.230.02
HSL12.41º87.88%87.06%-
HSV(B)12.41º23.11%98.43%-
XYZ71.2468.0259.83-
YUV217.39114.24151.98-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.67%
GREEN value IS 205 (80.47% from 255) = 31.59%
BLUE value IS 193 (75.78% from 255) = 29.74%
R=38.67%
G=31.59%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120519300.180.230.0212.4187.8887.06
HexFBCDC1012172c5857
Octal37331530102227214130127
Binary1111101111001101110000010100101011110110010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCDC1; }

 p { color: rgb(251,205,193); }

 H1.HeaderClassName
 {
   color: #FBCDC1;
 }
 .AnyTagClassName
 {
   color: #FBCDC1;
 }
</style>
background-color css

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

 a { background-color: rgb(251,205,193); }

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

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

 span { border-color: rgb(251,205,193); }

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