#FFB9D5

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

Shades of Cotton Candy #FFB9D5

Tints of Cotton Candy #FFB9D5

Color information

#FFB9D5 (or 0xFFB9D5) is unknown color: approx Cotton Candy. HEX triplet: FF, B9 and D5. RGB value is (255,185,213). Sum of RGB (Red+Green+Blue) = 255+185+213=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 185 (72.66% from 255 or 28.33% from 653); Blue value is 213 (83.59% from 255 or 32.62% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB9D5 is #00462A. Grayscale: #D1D1D1. Windows color (decimal): -17963 or 14006783. OLE color: 14006783.

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

Color convert

RGB255185213-
CMYK00.270.160
HSL336º100%86.27%-
HSV(B)336º27.45%100%-
XYZ70.660.7670.96-
YUV209.12130.19160.72-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.05%
GREEN value IS 185 (72.66% from 255) = 28.33%
BLUE value IS 213 (83.59% from 255) = 32.62%
R=39.05%
G=28.33%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518521300.270.16033610086.27
HexFFB9D501B1001506456
Octal377271325033200520144126
Binary11111111101110011101010101101110000010101000011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB9D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB9D5; }

 p { color: rgb(255,185,213); }

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

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

 a { background-color: rgb(255,185,213); }

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

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

 span { border-color: rgb(255,185,213); }

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