#FEB4D8

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

Shades of Cotton Candy #FEB4D8

Tints of Cotton Candy #FEB4D8

Color information

#FEB4D8 (or 0xFEB4D8) is unknown color: approx Cotton Candy. HEX triplet: FE, B4 and D8. RGB value is (254,180,216). Sum of RGB (Red+Green+Blue) = 254+180+216=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 180 (70.70% from 255 or 27.69% from 650); Blue value is 216 (84.77% from 255 or 33.23% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB4D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB4D8 is #014B27. Grayscale: #CECECE. Windows color (decimal): -84776 or 14202110. OLE color: 14202110.

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

Color convert

RGB254180216-
CMYK00.290.150.00
HSL330.81º97.37%85.1%-
HSV(B)330.81º29.13%99.61%-
XYZ69.5958.6772.62-
YUV206.23133.52162.07-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.08%
GREEN value IS 180 (70.70% from 255) = 27.69%
BLUE value IS 216 (84.77% from 255) = 33.23%
R=39.08%
G=27.69%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418021600.290.150.00330.8197.3785.1
HexFEB4D801DF014b6155
Octal376264330035170513141125
Binary1111111010110100110110000111011111010100101111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB4D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB4D8; }

 p { color: rgb(254,180,216); }

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

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

 a { background-color: rgb(254,180,216); }

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

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

 span { border-color: rgb(254,180,216); }

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