#FFBDE1

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

Shades of Cotton Candy #FFBDE1

Tints of Cotton Candy #FFBDE1

Color information

#FFBDE1 (or 0xFFBDE1) is unknown color: approx Cotton Candy. HEX triplet: FF, BD and E1. RGB value is (255,189,225). Sum of RGB (Red+Green+Blue) = 255+189+225=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 189 (74.22% from 255 or 28.25% from 669); Blue value is 225 (88.28% from 255 or 33.63% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBDE1 is #00421E. Grayscale: #D4D4D4. Windows color (decimal): -16927 or 14794239. OLE color: 14794239.

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

Color convert

RGB255189225-
CMYK00.260.120
HSL327.27º100%87.06%-
HSV(B)327.27º25.88%100%-
XYZ73.0363.0979.56-
YUV212.84134.87158.07-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.12%
GREEN value IS 189 (74.22% from 255) = 28.25%
BLUE value IS 225 (88.28% from 255) = 33.63%
R=38.12%
G=28.25%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518922500.260.120327.2710087.06
HexFFBDE101AC01476457
Octal377275341032140507144127
Binary1111111110111101111000010110101100010100011111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBDE1; }

 p { color: rgb(255,189,225); }

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

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

 a { background-color: rgb(255,189,225); }

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

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

 span { border-color: rgb(255,189,225); }

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