#FBBEDC

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

Shades of Cotton Candy #FBBEDC

Tints of Cotton Candy #FBBEDC

Color information

#FBBEDC (or 0xFBBEDC) is unknown color: approx Cotton Candy. HEX triplet: FB, BE and DC. RGB value is (251,190,220). Sum of RGB (Red+Green+Blue) = 251+190+220=661 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.97% from 661); Green value is 190 (74.61% from 255 or 28.74% from 661); Blue value is 220 (86.33% from 255 or 33.28% from 661); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBEDC is #044123. Grayscale: #D3D3D3. Windows color (decimal): -278820 or 14466811. OLE color: 14466811.

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

Color convert

RGB251190220-
CMYK00.240.120.02
HSL330.49º88.41%86.47%-
HSV(B)330.49º24.3%98.43%-
XYZ71.1262.576.03-
YUV211.66132.71156.06-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.97%
GREEN value IS 190 (74.61% from 255) = 28.74%
BLUE value IS 220 (86.33% from 255) = 33.28%
R=37.97%
G=28.74%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119022000.240.120.02330.4988.4186.47
HexFBBEDC018C214a5856
Octal373276334030142512130126
Binary11111011101111101101110001100011001010100101010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBEDC; }

 p { color: rgb(251,190,220); }

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

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

 a { background-color: rgb(251,190,220); }

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

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

 span { border-color: rgb(251,190,220); }

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