#FFBFD5

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

Shades of Cotton Candy #FFBFD5

Tints of Cotton Candy #FFBFD5

Color information

#FFBFD5 (or 0xFFBFD5) is unknown color: approx Cotton Candy. HEX triplet: FF, BF and D5. RGB value is (255,191,213). Sum of RGB (Red+Green+Blue) = 255+191+213=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 191 (75% from 255 or 28.98% from 659); Blue value is 213 (83.59% from 255 or 32.32% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBFD5 is #00402A. Grayscale: #D4D4D4. Windows color (decimal): -16427 or 14008319. OLE color: 14008319.

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

Color convert

RGB255191213-
CMYK00.250.160
HSL339.38º100%87.45%-
HSV(B)339.38º25.1%100%-
XYZ71.8863.3371.39-
YUV212.64128.2158.21-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.69%
GREEN value IS 191 (75% from 255) = 28.98%
BLUE value IS 213 (83.59% from 255) = 32.32%
R=38.69%
G=28.98%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519121300.250.160339.3810087.45
HexFFBFD50191001536457
Octal377277325031200523144127
Binary11111111101111111101010101100110000010101001111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBFD5; }

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

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

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

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

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

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

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

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