#FFB9D4

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

Shades of Cotton Candy #FFB9D4

Tints of Cotton Candy #FFB9D4

Color information

#FFB9D4 (or 0xFFB9D4) is unknown color: approx Cotton Candy. HEX triplet: FF, B9 and D4. RGB value is (255,185,212). Sum of RGB (Red+Green+Blue) = 255+185+212=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 185 (72.66% from 255 or 28.37% from 652); Blue value is 212 (83.20% from 255 or 32.52% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB9D4 is #00462B. Grayscale: #D0D0D0. Windows color (decimal): -17964 or 13941247. OLE color: 13941247.

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

Color convert

RGB255185212-
CMYK00.270.170
HSL336.86º100%86.27%-
HSV(B)336.86º27.45%100%-
XYZ70.4760.7170.29-
YUV209.01129.69160.8-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.11%
GREEN value IS 185 (72.66% from 255) = 28.37%
BLUE value IS 212 (83.20% from 255) = 32.52%
R=39.11%
G=28.37%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518521200.270.170336.8610086.27
HexFFB9D401B1101516456
Octal377271324033210521144126
Binary11111111101110011101010001101110001010101000111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB9D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB9D4; }

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

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

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

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

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

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

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

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