#FFBDE4

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

Shades of Cotton Candy #FFBDE4

Tints of Cotton Candy #FFBDE4

Color information

#FFBDE4 (or 0xFFBDE4) is unknown color: approx Cotton Candy. HEX triplet: FF, BD and E4. RGB value is (255,189,228). Sum of RGB (Red+Green+Blue) = 255+189+228=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 189 (74.22% from 255 or 28.12% from 672); Blue value is 228 (89.45% from 255 or 33.93% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBDE4 is #00421B. Grayscale: #D5D5D5. Windows color (decimal): -16924 or 14990847. OLE color: 14990847.

HSL color Cylindrical-coordinate representation of color #FFBDE4: hue angle of 324.55º 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 #FFBDE4 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.

Color convert

RGB255189228-
CMYK00.260.110
HSL324.55º100%87.06%-
HSV(B)324.55º25.88%100%-
XYZ73.4463.2681.74-
YUV213.18136.37157.83-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.95%
GREEN value IS 189 (74.22% from 255) = 28.12%
BLUE value IS 228 (89.45% from 255) = 33.93%
R=37.95%
G=28.12%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518922800.260.110324.5510087.06
HexFFBDE401AB01456457
Octal377275344032130505144127
Binary1111111110111101111001000110101011010100010111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBDE4; }

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

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

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

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

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

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

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

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