#FEBAD3

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

Shades of Cotton Candy #FEBAD3

Tints of Cotton Candy #FEBAD3

Color information

#FEBAD3 (or 0xFEBAD3) is unknown color: approx Cotton Candy. HEX triplet: FE, BA and D3. RGB value is (254,186,211). Sum of RGB (Red+Green+Blue) = 254+186+211=651 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.02% from 651); Green value is 186 (73.05% from 255 or 28.57% from 651); Blue value is 211 (82.81% from 255 or 32.41% from 651); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBAD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBAD3 is #01452C. Grayscale: #D1D1D1. Windows color (decimal): -83245 or 13875966. OLE color: 13875966.

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

Color convert

RGB254186211-
CMYK00.270.170.00
HSL337.94º97.14%86.27%-
HSV(B)337.94º26.77%99.61%-
XYZ70.1960.8969.68-
YUV209.18129.03159.97-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.02%
GREEN value IS 186 (73.05% from 255) = 28.57%
BLUE value IS 211 (82.81% from 255) = 32.41%
R=39.02%
G=28.57%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418621100.270.170.00337.9497.1486.27
HexFEBAD301B1101526156
Octal376272323033210522141126
Binary11111110101110101101001101101110001010101001011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBAD3; }

 p { color: rgb(254,186,211); }

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

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

 a { background-color: rgb(254,186,211); }

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

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

 span { border-color: rgb(254,186,211); }

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