#FFBEE0

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

Shades of Cotton Candy #FFBEE0

Tints of Cotton Candy #FFBEE0

Color information

#FFBEE0 (or 0xFFBEE0) is unknown color: approx Cotton Candy. HEX triplet: FF, BE and E0. RGB value is (255,190,224). Sum of RGB (Red+Green+Blue) = 255+190+224=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 190 (74.61% from 255 or 28.40% from 669); Blue value is 224 (87.89% from 255 or 33.48% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBEE0 is #00411F. Grayscale: #D5D5D5. Windows color (decimal): -16672 or 14728959. OLE color: 14728959.

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

Color convert

RGB255190224-
CMYK00.250.120
HSL328.62º100%87.25%-
HSV(B)328.62º25.49%100%-
XYZ73.1163.4778.92-
YUV213.31134.03157.74-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.12%
GREEN value IS 190 (74.61% from 255) = 28.40%
BLUE value IS 224 (87.89% from 255) = 33.48%
R=38.12%
G=28.40%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519022400.250.120328.6210087.25
HexFFBEE0019C01496457
Octal377276340031140511144127
Binary1111111110111110111000000110011100010100100111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBEE0; }

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

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

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

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

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

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

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

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