#FFB5D0

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

Shades of Cotton Candy #FFB5D0

Tints of Cotton Candy #FFB5D0

Color information

#FFB5D0 (or 0xFFB5D0) is unknown color: approx Cotton Candy. HEX triplet: FF, B5 and D0. RGB value is (255,181,208). Sum of RGB (Red+Green+Blue) = 255+181+208=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 181 (71.09% from 255 or 28.11% from 644); Blue value is 208 (81.64% from 255 or 32.30% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB5D0 is #004A2F. Grayscale: #CECECE. Windows color (decimal): -18992 or 13678079. OLE color: 13678079.

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

Color convert

RGB255181208-
CMYK00.290.180
HSL338.11º100%85.49%-
HSV(B)338.11º29.02%100%-
XYZ69.1558.8667.39-
YUV206.2129.02162.8-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.60%
GREEN value IS 181 (71.09% from 255) = 28.11%
BLUE value IS 208 (81.64% from 255) = 32.30%
R=39.60%
G=28.11%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518120800.290.180338.1110085.49
HexFFB5D001D1201526455
Octal377265320035220522144125
Binary11111111101101011101000001110110010010101001011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB5D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB5D0; }

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

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

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

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

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

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

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

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