#FFB1CD

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

Shades of Cotton Candy #FFB1CD

Tints of Cotton Candy #FFB1CD

Color information

#FFB1CD (or 0xFFB1CD) is unknown color: approx Cotton Candy. HEX triplet: FF, B1 and CD. RGB value is (255,177,205). Sum of RGB (Red+Green+Blue) = 255+177+205=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 177 (69.53% from 255 or 27.79% from 637); Blue value is 205 (80.47% from 255 or 32.18% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB1CD is #004E32. Grayscale: #CBCBCB. Windows color (decimal): -20019 or 13480447. OLE color: 13480447.

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

Color convert

RGB255177205-
CMYK00.310.200
HSL338.46º100%84.71%-
HSV(B)338.46º30.59%100%-
XYZ67.9857.1165.2-
YUV203.51128.84164.72-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.03%
GREEN value IS 177 (69.53% from 255) = 27.79%
BLUE value IS 205 (80.47% from 255) = 32.18%
R=40.03%
G=27.79%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517720500.310.200338.4610084.71
HexFFB1CD01F1401526455
Octal377261315037240522144125
Binary11111111101100011100110101111110100010101001011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB1CD; }

 p { color: rgb(255,177,205); }

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

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

 a { background-color: rgb(255,177,205); }

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

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

 span { border-color: rgb(255,177,205); }

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