#FFB2D1

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

Shades of Cotton Candy #FFB2D1

Tints of Cotton Candy #FFB2D1

Color information

#FFB2D1 (or 0xFFB2D1) is unknown color: approx Cotton Candy. HEX triplet: FF, B2 and D1. RGB value is (255,178,209). Sum of RGB (Red+Green+Blue) = 255+178+209=642 (85% of max value = 765). Red value is 255 (100% from 255 or 39.72% from 642); Green value is 178 (69.92% from 255 or 27.73% from 642); Blue value is 209 (82.03% from 255 or 32.55% from 642); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB2D1 is #004D2E. Grayscale: #CCCCCC. Windows color (decimal): -19759 or 13742847. OLE color: 13742847.

HSL color Cylindrical-coordinate representation of color #FFB2D1: hue angle of 335.84º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFB2D1 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB255178209-
CMYK00.300.180
HSL335.84º100%84.9%-
HSV(B)335.84º30.2%100%-
XYZ68.6757.767.84-
YUV204.56130.51163.98-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.72%
GREEN value IS 178 (69.92% from 255) = 27.73%
BLUE value IS 209 (82.03% from 255) = 32.55%
R=39.72%
G=27.73%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517820900.300.180335.8410084.9
HexFFB2D101E1201506455
Octal377262321036220520144125
Binary11111111101100101101000101111010010010101000011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB2D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB2D1; }

 p { color: rgb(255,178,209); }

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

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

 a { background-color: rgb(255,178,209); }

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

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

 span { border-color: rgb(255,178,209); }

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