#FFB4D9

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

Shades of Cotton Candy #FFB4D9

Tints of Cotton Candy #FFB4D9

Color information

#FFB4D9 (or 0xFFB4D9) is unknown color: approx Cotton Candy. HEX triplet: FF, B4 and D9. RGB value is (255,180,217). Sum of RGB (Red+Green+Blue) = 255+180+217=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 180 (70.70% from 255 or 27.61% from 652); Blue value is 217 (85.16% from 255 or 33.28% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB4D9 is #004B26. Grayscale: #CECECE. Windows color (decimal): -19239 or 14267647. OLE color: 14267647.

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

Color convert

RGB255180217-
CMYK00.290.150
HSL330.4º100%85.29%-
HSV(B)330.4º29.41%100%-
XYZ70.0958.9173.32-
YUV206.64133.85162.49-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.11%
GREEN value IS 180 (70.70% from 255) = 27.61%
BLUE value IS 217 (85.16% from 255) = 33.28%
R=39.11%
G=27.61%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518021700.290.150330.410085.29
HexFFB4D901DF014a6455
Octal377264331035170512144125
Binary1111111110110100110110010111011111010100101011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB4D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB4D9; }

 p { color: rgb(255,180,217); }

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

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

 a { background-color: rgb(255,180,217); }

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

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

 span { border-color: rgb(255,180,217); }

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