#FEB4D3

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

Shades of Cotton Candy #FEB4D3

Tints of Cotton Candy #FEB4D3

Color information

#FEB4D3 (or 0xFEB4D3) is unknown color: approx Cotton Candy. HEX triplet: FE, B4 and D3. RGB value is (254,180,211). Sum of RGB (Red+Green+Blue) = 254+180+211=645 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.38% from 645); Green value is 180 (70.70% from 255 or 27.91% from 645); Blue value is 211 (82.81% from 255 or 32.71% from 645); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB4D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB4D3 is #014B2C. Grayscale: #CDCDCD. Windows color (decimal): -84781 or 13874430. OLE color: 13874430.

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

Color convert

RGB254180211-
CMYK00.290.170.00
HSL334.86º97.37%85.1%-
HSV(B)334.86º29.13%99.61%-
XYZ68.9558.4269.27-
YUV205.66131.02162.48-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.38%
GREEN value IS 180 (70.70% from 255) = 27.91%
BLUE value IS 211 (82.81% from 255) = 32.71%
R=39.38%
G=27.91%
B=32.71%

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
Decimal25418021100.290.170.00334.8697.3785.1
HexFEB4D301D11014f6155
Octal376264323035210517141125
Binary11111110101101001101001101110110001010100111111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB4D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB4D3; }

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

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

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

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

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

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

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

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