#FFB8DA

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

Shades of Cotton Candy #FFB8DA

Tints of Cotton Candy #FFB8DA

Color information

#FFB8DA (or 0xFFB8DA) is unknown color: approx Cotton Candy. HEX triplet: FF, B8 and DA. RGB value is (255,184,218). Sum of RGB (Red+Green+Blue) = 255+184+218=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 184 (72.27% from 255 or 28.01% from 657); Blue value is 218 (85.55% from 255 or 33.18% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB8DA is #004725. Grayscale: #D1D1D1. Windows color (decimal): -18214 or 14334207. OLE color: 14334207.

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

Color convert

RGB255184218-
CMYK00.280.150
HSL331.27º100%86.08%-
HSV(B)331.27º27.84%100%-
XYZ71.0460.674.28-
YUV209.1133.02160.74-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.81%
GREEN value IS 184 (72.27% from 255) = 28.01%
BLUE value IS 218 (85.55% from 255) = 33.18%
R=38.81%
G=28.01%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518421800.280.150331.2710086.08
HexFFB8DA01CF014b6456
Octal377270332034170513144126
Binary1111111110111000110110100111001111010100101111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB8DA; }

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

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

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

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

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

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

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

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