#FFB9D7

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

Shades of Cotton Candy #FFB9D7

Tints of Cotton Candy #FFB9D7

Color information

#FFB9D7 (or 0xFFB9D7) is unknown color: approx Cotton Candy. HEX triplet: FF, B9 and D7. RGB value is (255,185,215). Sum of RGB (Red+Green+Blue) = 255+185+215=655 (86% of max value = 765). Red value is 255 (100% from 255 or 38.93% from 655); Green value is 185 (72.66% from 255 or 28.24% from 655); Blue value is 215 (84.38% from 255 or 32.82% from 655); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB9D7 is #004628. Grayscale: #D1D1D1. Windows color (decimal): -17961 or 14137855. OLE color: 14137855.

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

Color convert

RGB255185215-
CMYK00.270.160
HSL334.29º100%86.27%-
HSV(B)334.29º27.45%100%-
XYZ70.8560.8672.3-
YUV209.35131.19160.56-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.93%
GREEN value IS 185 (72.66% from 255) = 28.24%
BLUE value IS 215 (84.38% from 255) = 32.82%
R=38.93%
G=28.24%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518521500.270.160334.2910086.27
HexFFB9D701B10014e6456
Octal377271327033200516144126
Binary11111111101110011101011101101110000010100111011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB9D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB9D7; }

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

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

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

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

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

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

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

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