#FFBEDE

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

Shades of Cotton Candy #FFBEDE

Tints of Cotton Candy #FFBEDE

Color information

#FFBEDE (or 0xFFBEDE) is unknown color: approx Cotton Candy. HEX triplet: FF, BE and DE. RGB value is (255,190,222). Sum of RGB (Red+Green+Blue) = 255+190+222=667 (88% of max value = 765). Red value is 255 (100% from 255 or 38.23% from 667); Green value is 190 (74.61% from 255 or 28.49% from 667); Blue value is 222 (87.11% from 255 or 33.28% from 667); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBEDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBEDE is #004121. Grayscale: #D5D5D5. Windows color (decimal): -16674 or 14597887. OLE color: 14597887.

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

Color convert

RGB255190222-
CMYK00.250.130
HSL330.46º100%87.25%-
HSV(B)330.46º25.49%100%-
XYZ72.8463.3677.5-
YUV213.08133.03157.9-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.23%
GREEN value IS 190 (74.61% from 255) = 28.49%
BLUE value IS 222 (87.11% from 255) = 33.28%
R=38.23%
G=28.49%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519022200.250.130330.4610087.25
HexFFBEDE019D014a6457
Octal377276336031150512144127
Binary1111111110111110110111100110011101010100101011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBEDE; }

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

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

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

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

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

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

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

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