#FFB4DF

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

Shades of Cotton Candy #FFB4DF

Tints of Cotton Candy #FFB4DF

Color information

#FFB4DF (or 0xFFB4DF) is unknown color: approx Cotton Candy. HEX triplet: FF, B4 and DF. RGB value is (255,180,223). Sum of RGB (Red+Green+Blue) = 255+180+223=658 (87% of max value = 765). Red value is 255 (100% from 255 or 38.75% from 658); Green value is 180 (70.70% from 255 or 27.36% from 658); Blue value is 223 (87.5% from 255 or 33.89% from 658); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB4DF is #004B20. Grayscale: #CFCFCF. Windows color (decimal): -19233 or 14660863. OLE color: 14660863.

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

Color convert

RGB255180223-
CMYK00.290.130
HSL325.6º100%85.29%-
HSV(B)325.6º29.41%100%-
XYZ70.8859.2377.51-
YUV207.33136.85162-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.75%
GREEN value IS 180 (70.70% from 255) = 27.36%
BLUE value IS 223 (87.5% from 255) = 33.89%
R=38.75%
G=27.36%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518022300.290.130325.610085.29
HexFFB4DF01DD01466455
Octal377264337035150506144125
Binary1111111110110100110111110111011101010100011011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB4DF; }

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

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

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

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

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

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

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

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