#FEB4D5

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

Shades of Cotton Candy #FEB4D5

Tints of Cotton Candy #FEB4D5

Color information

#FEB4D5 (or 0xFEB4D5) is unknown color: approx Cotton Candy. HEX triplet: FE, B4 and D5. RGB value is (254,180,213). Sum of RGB (Red+Green+Blue) = 254+180+213=647 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.26% from 647); Green value is 180 (70.70% from 255 or 27.82% from 647); Blue value is 213 (83.59% from 255 or 32.92% from 647); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB4D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB4D5 is #014B2A. Grayscale: #CDCDCD. Windows color (decimal): -84779 or 14005502. OLE color: 14005502.

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

Color convert

RGB254180213-
CMYK00.290.160.00
HSL333.24º97.37%85.1%-
HSV(B)333.24º29.13%99.61%-
XYZ69.258.5270.6-
YUV205.89132.02162.32-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.26%
GREEN value IS 180 (70.70% from 255) = 27.82%
BLUE value IS 213 (83.59% from 255) = 32.92%
R=39.26%
G=27.82%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418021300.290.160.00333.2497.3785.1
HexFEB4D501D10014d6155
Octal376264325035200515141125
Binary11111110101101001101010101110110000010100110111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB4D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB4D5; }

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

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

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

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

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

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

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

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