#FFBFD6

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

Shades of Cotton Candy #FFBFD6

Tints of Cotton Candy #FFBFD6

Color information

#FFBFD6 (or 0xFFBFD6) is unknown color: approx Cotton Candy. HEX triplet: FF, BF and D6. RGB value is (255,191,214). Sum of RGB (Red+Green+Blue) = 255+191+214=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 191 (75% from 255 or 28.94% from 660); Blue value is 214 (83.98% from 255 or 32.42% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBFD6 is #004029. Grayscale: #D4D4D4. Windows color (decimal): -16426 or 14073855. OLE color: 14073855.

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

Color convert

RGB255191214-
CMYK00.250.160
HSL338.44º100%87.45%-
HSV(B)338.44º25.1%100%-
XYZ72.0163.3872.06-
YUV212.76128.7158.13-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.64%
GREEN value IS 191 (75% from 255) = 28.94%
BLUE value IS 214 (83.98% from 255) = 32.42%
R=38.64%
G=28.94%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519121400.250.160338.4410087.45
HexFFBFD60191001526457
Octal377277326031200522144127
Binary11111111101111111101011001100110000010101001011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBFD6; }

 p { color: rgb(255,191,214); }

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

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

 a { background-color: rgb(255,191,214); }

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

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

 span { border-color: rgb(255,191,214); }

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