#FFB4DD

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

Shades of Cotton Candy #FFB4DD

Tints of Cotton Candy #FFB4DD

Color information

#FFB4DD (or 0xFFB4DD) is unknown color: approx Cotton Candy. HEX triplet: FF, B4 and DD. RGB value is (255,180,221). Sum of RGB (Red+Green+Blue) = 255+180+221=656 (86% of max value = 765). Red value is 255 (100% from 255 or 38.87% from 656); Green value is 180 (70.70% from 255 or 27.44% from 656); Blue value is 221 (86.72% from 255 or 33.69% from 656); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB4DD is #004B22. Grayscale: #CFCFCF. Windows color (decimal): -19235 or 14529791. OLE color: 14529791.

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

Color convert

RGB255180221-
CMYK00.290.130
HSL327.2º100%85.29%-
HSV(B)327.2º29.41%100%-
XYZ70.6159.1276.1-
YUV207.1135.85162.17-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.87%
GREEN value IS 180 (70.70% from 255) = 27.44%
BLUE value IS 221 (86.72% from 255) = 33.69%
R=38.87%
G=27.44%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518022100.290.130327.210085.29
HexFFB4DD01DD01476455
Octal377264335035150507144125
Binary1111111110110100110111010111011101010100011111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB4DD; }

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

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

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

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

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

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

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

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