#FEB4D2

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

Shades of Cotton Candy #FEB4D2

Tints of Cotton Candy #FEB4D2

Color information

#FEB4D2 (or 0xFEB4D2) is unknown color: approx Cotton Candy. HEX triplet: FE, B4 and D2. RGB value is (254,180,210). Sum of RGB (Red+Green+Blue) = 254+180+210=644 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.44% from 644); Green value is 180 (70.70% from 255 or 27.95% from 644); Blue value is 210 (82.42% from 255 or 32.61% from 644); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB4D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB4D2 is #014B2D. Grayscale: #CDCDCD. Windows color (decimal): -84782 or 13808894. OLE color: 13808894.

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

Color convert

RGB254180210-
CMYK00.290.170.00
HSL335.68º97.37%85.1%-
HSV(B)335.68º29.13%99.61%-
XYZ68.8358.3768.61-
YUV205.55130.52162.56-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.44%
GREEN value IS 180 (70.70% from 255) = 27.95%
BLUE value IS 210 (82.42% from 255) = 32.61%
R=39.44%
G=27.95%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418021000.290.170.00335.6897.3785.1
HexFEB4D201D1101506155
Octal376264322035210520141125
Binary11111110101101001101001001110110001010101000011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB4D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB4D2; }

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

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

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

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

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

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

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

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