#FEB4D9

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

Shades of Cotton Candy #FEB4D9

Tints of Cotton Candy #FEB4D9

Color information

#FEB4D9 (or 0xFEB4D9) is unknown color: approx Cotton Candy. HEX triplet: FE, B4 and D9. RGB value is (254,180,217). Sum of RGB (Red+Green+Blue) = 254+180+217=651 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.02% from 651); Green value is 180 (70.70% from 255 or 27.65% from 651); Blue value is 217 (85.16% from 255 or 33.33% from 651); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB4D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB4D9 is #014B26. Grayscale: #CECECE. Windows color (decimal): -84775 or 14267646. OLE color: 14267646.

HSL color Cylindrical-coordinate representation of color #FEB4D9: hue angle of 330º 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 #FEB4D9 is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB254180217-
CMYK00.290.150.00
HSL330º97.37%85.1%-
HSV(B)330º29.13%99.61%-
XYZ69.7258.7273.31-
YUV206.34134.02161.99-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.02%
GREEN value IS 180 (70.70% from 255) = 27.65%
BLUE value IS 217 (85.16% from 255) = 33.33%
R=39.02%
G=27.65%
B=33.33%

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
Decimal25418021700.290.150.0033097.3785.1
HexFEB4D901DF014a6155
Octal376264331035170512141125
Binary1111111010110100110110010111011111010100101011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB4D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB4D9; }

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

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

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

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

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

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

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

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