#FBBAE1

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

Shades of Cotton Candy #FBBAE1

Tints of Cotton Candy #FBBAE1

Color information

#FBBAE1 (or 0xFBBAE1) is unknown color: approx Cotton Candy. HEX triplet: FB, BA and E1. RGB value is (251,186,225). Sum of RGB (Red+Green+Blue) = 251+186+225=662 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.92% from 662); Green value is 186 (73.05% from 255 or 28.10% from 662); Blue value is 225 (88.28% from 255 or 33.99% from 662); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBAE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBAE1 is #04451E. Grayscale: #D1D1D1. Windows color (decimal): -279839 or 14793467. OLE color: 14793467.

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

Color convert

RGB251186225-
CMYK00.260.100.02
HSL324º89.04%85.69%-
HSV(B)324º25.9%98.43%-
XYZ70.9361.0679.28-
YUV209.88136.53157.33-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.92%
GREEN value IS 186 (73.05% from 255) = 28.10%
BLUE value IS 225 (88.28% from 255) = 33.99%
R=37.92%
G=28.10%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118622500.260.100.0232489.0485.69
HexFBBAE101AA21445956
Octal373272341032122504131126
Binary11111011101110101110000101101010101010100010010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBAE1; }

 p { color: rgb(251,186,225); }

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

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

 a { background-color: rgb(251,186,225); }

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

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

 span { border-color: rgb(251,186,225); }

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