#FFB8D3

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

Shades of Cotton Candy #FFB8D3

Tints of Cotton Candy #FFB8D3

Color information

#FFB8D3 (or 0xFFB8D3) is unknown color: approx Cotton Candy. HEX triplet: FF, B8 and D3. RGB value is (255,184,211). Sum of RGB (Red+Green+Blue) = 255+184+211=650 (86% of max value = 765). Red value is 255 (100% from 255 or 39.23% from 650); Green value is 184 (72.27% from 255 or 28.31% from 650); Blue value is 211 (82.81% from 255 or 32.46% from 650); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB8D3 is #00472C. Grayscale: #D0D0D0. Windows color (decimal): -18221 or 13875455. OLE color: 13875455.

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

Color convert

RGB255184211-
CMYK00.280.170
HSL337.18º100%86.08%-
HSV(B)337.18º27.84%100%-
XYZ70.1460.2469.56-
YUV208.31129.52161.3-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.23%
GREEN value IS 184 (72.27% from 255) = 28.31%
BLUE value IS 211 (82.81% from 255) = 32.46%
R=39.23%
G=28.31%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518421100.280.170337.1810086.08
HexFFB8D301C1101516456
Octal377270323034210521144126
Binary11111111101110001101001101110010001010101000111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB8D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB8D3; }

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

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

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

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

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

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

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

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