#FEBAD4

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

Shades of Cotton Candy #FEBAD4

Tints of Cotton Candy #FEBAD4

Color information

#FEBAD4 (or 0xFEBAD4) is unknown color: approx Cotton Candy. HEX triplet: FE, BA and D4. RGB value is (254,186,212). Sum of RGB (Red+Green+Blue) = 254+186+212=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 186 (73.05% from 255 or 28.53% from 652); Blue value is 212 (83.20% from 255 or 32.52% from 652); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBAD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBAD4 is #01452B. Grayscale: #D1D1D1. Windows color (decimal): -83244 or 13941502. OLE color: 13941502.

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

Color convert

RGB254186212-
CMYK00.270.170.00
HSL337.06º97.14%86.27%-
HSV(B)337.06º26.77%99.61%-
XYZ70.3260.9470.34-
YUV209.3129.53159.89-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.96%
GREEN value IS 186 (73.05% from 255) = 28.53%
BLUE value IS 212 (83.20% from 255) = 32.52%
R=38.96%
G=28.53%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418621200.270.170.00337.0697.1486.27
HexFEBAD401B1101516156
Octal376272324033210521141126
Binary11111110101110101101010001101110001010101000111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBAD4; }

 p { color: rgb(254,186,212); }

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

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

 a { background-color: rgb(254,186,212); }

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

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

 span { border-color: rgb(254,186,212); }

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