#FDBAE1

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

Shades of Cotton Candy #FDBAE1

Tints of Cotton Candy #FDBAE1

Color information

#FDBAE1 (or 0xFDBAE1) is unknown color: approx Cotton Candy. HEX triplet: FD, BA and E1. RGB value is (253,186,225). Sum of RGB (Red+Green+Blue) = 253+186+225=664 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.10% from 664); Green value is 186 (73.05% from 255 or 28.01% from 664); Blue value is 225 (88.28% from 255 or 33.89% from 664); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBAE1 is #02451E. Grayscale: #D2D2D2. Windows color (decimal): -148767 or 14793469. OLE color: 14793469.

HSL color Cylindrical-coordinate representation of color #FDBAE1: hue angle of 325.07º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FDBAE1 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB253186225-
CMYK00.260.110.01
HSL325.07º94.37%86.08%-
HSV(B)325.07º26.48%99.22%-
XYZ71.6661.4479.32-
YUV210.48136.2158.33-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.10%
GREEN value IS 186 (73.05% from 255) = 28.01%
BLUE value IS 225 (88.28% from 255) = 33.89%
R=38.10%
G=28.01%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318622500.260.110.01325.0794.3786.08
HexFDBAE101AB11455e56
Octal375272341032131505136126
Binary1111110110111010111000010110101011110100010110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBAE1; }

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

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

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

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

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

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

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

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