#FBCDC6

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

Shades of Coral Candy #FBCDC6

Tints of Coral Candy #FBCDC6

Color information

#FBCDC6 (or 0xFBCDC6) is unknown color: approx Coral Candy. HEX triplet: FB, CD and C6. RGB value is (251,205,198). Sum of RGB (Red+Green+Blue) = 251+205+198=654 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.38% from 654); Green value is 205 (80.47% from 255 or 31.35% from 654); Blue value is 198 (77.73% from 255 or 30.28% from 654); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCDC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCDC6 is #043239. Grayscale: #DADADA. Windows color (decimal): -275002 or 13028859. OLE color: 13028859.

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

Color convert

RGB251205198-
CMYK00.180.210.02
HSL7.92º86.89%88.04%-
HSV(B)7.92º21.12%98.43%-
XYZ71.8168.2562.81-
YUV217.96116.74151.57-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.38%
GREEN value IS 205 (80.47% from 255) = 31.35%
BLUE value IS 198 (77.73% from 255) = 30.28%
R=38.38%
G=31.35%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120519800.180.210.027.9286.8988.04
HexFBCDC601215285758
Octal37331530602225210127130
Binary1111101111001101110001100100101010110100010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCDC6; }

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

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

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

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

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

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

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

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