#FBCFC2

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

Shades of Coral Candy #FBCFC2

Tints of Coral Candy #FBCFC2

Color information

#FBCFC2 (or 0xFBCFC2) is unknown color: approx Coral Candy. HEX triplet: FB, CF and C2. RGB value is (251,207,194). Sum of RGB (Red+Green+Blue) = 251+207+194=652 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.50% from 652); Green value is 207 (81.25% from 255 or 31.75% from 652); Blue value is 194 (76.17% from 255 or 29.75% from 652); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCFC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCFC2 is #04303D. Grayscale: #DADADA. Windows color (decimal): -274494 or 12767227. OLE color: 12767227.

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

Color convert

RGB251207194-
CMYK00.180.230.02
HSL13.68º87.69%87.25%-
HSV(B)13.68º22.71%98.43%-
XYZ71.8369.0360.58-
YUV218.67114.08151.06-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.50%
GREEN value IS 207 (81.25% from 255) = 31.75%
BLUE value IS 194 (76.17% from 255) = 29.75%
R=38.50%
G=31.75%
B=29.75%

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
Decimal25120719400.180.230.0213.6887.6987.25
HexFBCFC2012172e5857
Octal37331730202227216130127
Binary1111101111001111110000100100101011110111010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCFC2; }

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

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

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

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

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

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

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

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