#FFBFD8

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

Shades of Cotton Candy #FFBFD8

Tints of Cotton Candy #FFBFD8

Color information

#FFBFD8 (or 0xFFBFD8) is unknown color: approx Cotton Candy. HEX triplet: FF, BF and D8. RGB value is (255,191,216). Sum of RGB (Red+Green+Blue) = 255+191+216=662 (87% of max value = 765). Red value is 255 (100% from 255 or 38.52% from 662); Green value is 191 (75% from 255 or 28.85% from 662); Blue value is 216 (84.77% from 255 or 32.63% from 662); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBFD8 is #004027. Grayscale: #D4D4D4. Windows color (decimal): -16424 or 14204927. OLE color: 14204927.

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

Color convert

RGB255191216-
CMYK00.250.150
HSL336.56º100%87.45%-
HSV(B)336.56º25.1%100%-
XYZ72.2763.4873.41-
YUV212.99129.7157.97-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.52%
GREEN value IS 191 (75% from 255) = 28.85%
BLUE value IS 216 (84.77% from 255) = 32.63%
R=38.52%
G=28.85%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519121600.250.150336.5610087.45
HexFFBFD8019F01516457
Octal377277330031170521144127
Binary1111111110111111110110000110011111010101000111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBFD8; }

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

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

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

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

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

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

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

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