#FFB5DA

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

Shades of Cotton Candy #FFB5DA

Tints of Cotton Candy #FFB5DA

Color information

#FFB5DA (or 0xFFB5DA) is unknown color: approx Cotton Candy. HEX triplet: FF, B5 and DA. RGB value is (255,181,218). Sum of RGB (Red+Green+Blue) = 255+181+218=654 (86% of max value = 765). Red value is 255 (100% from 255 or 38.99% from 654); Green value is 181 (71.09% from 255 or 27.68% from 654); Blue value is 218 (85.55% from 255 or 33.33% from 654); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB5DA is #004A25. Grayscale: #CFCFCF. Windows color (decimal): -18982 or 14333439. OLE color: 14333439.

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

Color convert

RGB255181218-
CMYK00.290.150
HSL330º100%85.49%-
HSV(B)330º29.02%100%-
XYZ70.4259.3774.08-
YUV207.34134.02161.99-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.99%
GREEN value IS 181 (71.09% from 255) = 27.68%
BLUE value IS 218 (85.55% from 255) = 33.33%
R=38.99%
G=27.68%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518121800.290.15033010085.49
HexFFB5DA01DF014a6455
Octal377265332035170512144125
Binary1111111110110101110110100111011111010100101011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB5DA; }

 p { color: rgb(255,181,218); }

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

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

 a { background-color: rgb(255,181,218); }

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

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

 span { border-color: rgb(255,181,218); }

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