#FFB3DC

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

Shades of Cotton Candy #FFB3DC

Tints of Cotton Candy #FFB3DC

Color information

#FFB3DC (or 0xFFB3DC) is unknown color: approx Cotton Candy. HEX triplet: FF, B3 and DC. RGB value is (255,179,220). Sum of RGB (Red+Green+Blue) = 255+179+220=654 (86% of max value = 765). Red value is 255 (100% from 255 or 38.99% from 654); Green value is 179 (70.31% from 255 or 27.37% from 654); Blue value is 220 (86.33% from 255 or 33.64% from 654); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB3DC is #004C23. Grayscale: #CECECE. Windows color (decimal): -19492 or 14463999. OLE color: 14463999.

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

Color convert

RGB255179220-
CMYK00.300.140
HSL327.63º100%85.1%-
HSV(B)327.63º29.8%100%-
XYZ70.2858.6775.33-
YUV206.4135.68162.67-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.99%
GREEN value IS 179 (70.31% from 255) = 27.37%
BLUE value IS 220 (86.33% from 255) = 33.64%
R=38.99%
G=27.37%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517922000.300.140327.6310085.1
HexFFB3DC01EE01486455
Octal377263334036160510144125
Binary1111111110110011110111000111101110010100100011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB3DC; }

 p { color: rgb(255,179,220); }

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

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

 a { background-color: rgb(255,179,220); }

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

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

 span { border-color: rgb(255,179,220); }

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