#FBCEC1

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

Shades of Coral Candy #FBCEC1

Tints of Coral Candy #FBCEC1

Color information

#FBCEC1 (or 0xFBCEC1) is unknown color: approx Coral Candy. HEX triplet: FB, CE and C1. RGB value is (251,206,193). Sum of RGB (Red+Green+Blue) = 251+206+193=650 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.62% from 650); Green value is 206 (80.86% from 255 or 31.69% from 650); Blue value is 193 (75.78% from 255 or 29.69% from 650); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCEC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCEC1 is #04313E. Grayscale: #DADADA. Windows color (decimal): -274751 or 12701435. OLE color: 12701435.

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

Color convert

RGB251206193-
CMYK00.180.230.02
HSL13.45º87.88%87.06%-
HSV(B)13.45º23.11%98.43%-
XYZ71.4868.559.91-
YUV217.97113.91151.56-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.62%
GREEN value IS 206 (80.86% from 255) = 31.69%
BLUE value IS 193 (75.78% from 255) = 29.69%
R=38.62%
G=31.69%
B=29.69%

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
Decimal25120619300.180.230.0213.4587.8887.06
HexFBCEC1012172d5857
Octal37331630102227215130127
Binary1111101111001110110000010100101011110110110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCEC1; }

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

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

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

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

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

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

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

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