#FBCDC4

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

Shades of Coral Candy #FBCDC4

Tints of Coral Candy #FBCDC4

Color information

#FBCDC4 (or 0xFBCDC4) is unknown color: approx Coral Candy. HEX triplet: FB, CD and C4. RGB value is (251,205,196). Sum of RGB (Red+Green+Blue) = 251+205+196=652 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.50% from 652); Green value is 205 (80.47% from 255 or 31.44% from 652); Blue value is 196 (76.95% from 255 or 30.06% from 652); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCDC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCDC4 is #04323B. Grayscale: #D9D9D9. Windows color (decimal): -275004 or 12897787. OLE color: 12897787.

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

Color convert

RGB251205196-
CMYK00.180.220.02
HSL9.82º87.3%87.65%-
HSV(B)9.82º21.91%98.43%-
XYZ71.5868.1661.61-
YUV217.73115.74151.73-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.50%
GREEN value IS 205 (80.47% from 255) = 31.44%
BLUE value IS 196 (76.95% from 255) = 30.06%
R=38.50%
G=31.44%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120519600.180.220.029.8287.387.65
HexFBCDC4012162a5758
Octal37331530402226212127130
Binary1111101111001101110001000100101011010101010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCDC4; }

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

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

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

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

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

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

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

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