#FEBED3

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

Shades of Cotton Candy #FEBED3

Tints of Cotton Candy #FEBED3

Color information

#FEBED3 (or 0xFEBED3) is unknown color: approx Cotton Candy. HEX triplet: FE, BE and D3. RGB value is (254,190,211). Sum of RGB (Red+Green+Blue) = 254+190+211=655 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.78% from 655); Green value is 190 (74.61% from 255 or 29.01% from 655); Blue value is 211 (82.81% from 255 or 32.21% from 655); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBED3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBED3 is #01412C. Grayscale: #D3D3D3. Windows color (decimal): -82221 or 13876990. OLE color: 13876990.

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

Color convert

RGB254190211-
CMYK00.250.170.00
HSL340.31º96.97%87.06%-
HSV(B)340.31º25.2%99.61%-
XYZ71.0462.669.97-
YUV211.53127.7158.29-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.78%
GREEN value IS 190 (74.61% from 255) = 29.01%
BLUE value IS 211 (82.81% from 255) = 32.21%
R=38.78%
G=29.01%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419021100.250.170.00340.3196.9787.06
HexFEBED30191101546157
Octal376276323031210524141127
Binary11111110101111101101001101100110001010101010011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBED3; }

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

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

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

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

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

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

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

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