#FEBEDB

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

Shades of Cotton Candy #FEBEDB

Tints of Cotton Candy #FEBEDB

Color information

#FEBEDB (or 0xFEBEDB) is unknown color: approx Cotton Candy. HEX triplet: FE, BE and DB. RGB value is (254,190,219). Sum of RGB (Red+Green+Blue) = 254+190+219=663 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.31% from 663); Green value is 190 (74.61% from 255 or 28.66% from 663); Blue value is 219 (85.94% from 255 or 33.03% from 663); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBEDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBEDB is #014124. Grayscale: #D4D4D4. Windows color (decimal): -82213 or 14401278. OLE color: 14401278.

HSL color Cylindrical-coordinate representation of color #FEBEDB: hue angle of 332.81º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FEBEDB is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB254190219-
CMYK00.250.140.00
HSL332.81º96.97%87.06%-
HSV(B)332.81º25.2%99.61%-
XYZ72.0763.0175.38-
YUV212.44131.7157.64-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.31%
GREEN value IS 190 (74.61% from 255) = 28.66%
BLUE value IS 219 (85.94% from 255) = 33.03%
R=38.31%
G=28.66%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419021900.250.140.00332.8196.9787.06
HexFEBEDB019E014d6157
Octal376276333031160515141127
Binary1111111010111110110110110110011110010100110111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBEDB; }

 p { color: rgb(254,190,219); }

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

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

 a { background-color: rgb(254,190,219); }

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

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

 span { border-color: rgb(254,190,219); }

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