#FFBFE0

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

Shades of Cotton Candy #FFBFE0

Tints of Cotton Candy #FFBFE0

Color information

#FFBFE0 (or 0xFFBFE0) is unknown color: approx Cotton Candy. HEX triplet: FF, BF and E0. RGB value is (255,191,224). Sum of RGB (Red+Green+Blue) = 255+191+224=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 191 (75% from 255 or 28.51% from 670); Blue value is 224 (87.89% from 255 or 33.43% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBFE0 is #00401F. Grayscale: #D5D5D5. Windows color (decimal): -16416 or 14729215. OLE color: 14729215.

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

Color convert

RGB255191224-
CMYK00.250.120
HSL329.06º100%87.45%-
HSV(B)329.06º25.1%100%-
XYZ73.3363.978.99-
YUV213.9133.7157.32-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.06%
GREEN value IS 191 (75% from 255) = 28.51%
BLUE value IS 224 (87.89% from 255) = 33.43%
R=38.06%
G=28.51%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519122400.250.120329.0610087.45
HexFFBFE0019C01496457
Octal377277340031140511144127
Binary1111111110111111111000000110011100010100100111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBFE0; }

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

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

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

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

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

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

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

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