#FFBAE5

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

Shades of Cotton Candy #FFBAE5

Tints of Cotton Candy #FFBAE5

Color information

#FFBAE5 (or 0xFFBAE5) is unknown color: approx Cotton Candy. HEX triplet: FF, BA and E5. RGB value is (255,186,229). Sum of RGB (Red+Green+Blue) = 255+186+229=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 186 (73.05% from 255 or 27.76% from 670); Blue value is 229 (89.84% from 255 or 34.18% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBAE5 is #00451A. Grayscale: #D3D3D3. Windows color (decimal): -17691 or 15055615. OLE color: 15055615.

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

Color convert

RGB255186229-
CMYK00.270.100
HSL322.61º100%86.47%-
HSV(B)322.61º27.06%100%-
XYZ72.9462.0382.26-
YUV211.53137.86159-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.06%
GREEN value IS 186 (73.05% from 255) = 27.76%
BLUE value IS 229 (89.84% from 255) = 34.18%
R=38.06%
G=27.76%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518622900.270.100322.6110086.47
HexFFBAE501BA01436456
Octal377272345033120503144126
Binary1111111110111010111001010110111010010100001111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBAE5; }

 p { color: rgb(255,186,229); }

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

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

 a { background-color: rgb(255,186,229); }

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

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

 span { border-color: rgb(255,186,229); }

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