#FEB3D2

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

Shades of Cotton Candy #FEB3D2

Tints of Cotton Candy #FEB3D2

Color information

#FEB3D2 (or 0xFEB3D2) is unknown color: approx Cotton Candy. HEX triplet: FE, B3 and D2. RGB value is (254,179,210). Sum of RGB (Red+Green+Blue) = 254+179+210=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 179 (70.31% from 255 or 27.84% from 643); Blue value is 210 (82.42% from 255 or 32.66% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB3D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB3D2 is #014C2D. Grayscale: #CCCCCC. Windows color (decimal): -85038 or 13808638. OLE color: 13808638.

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

Color convert

RGB254179210-
CMYK00.300.170.00
HSL335.2º97.4%84.9%-
HSV(B)335.2º29.53%99.61%-
XYZ68.6357.9668.54-
YUV204.96130.85162.98-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.50%
GREEN value IS 179 (70.31% from 255) = 27.84%
BLUE value IS 210 (82.42% from 255) = 32.66%
R=39.50%
G=27.84%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417921000.300.170.00335.297.484.9
HexFEB3D201E11014f6155
Octal376263322036210517141125
Binary11111110101100111101001001111010001010100111111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB3D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB3D2; }

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

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

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

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

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

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

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

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