#FEBFD4

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

Shades of Cotton Candy #FEBFD4

Tints of Cotton Candy #FEBFD4

Color information

#FEBFD4 (or 0xFEBFD4) is unknown color: approx Cotton Candy. HEX triplet: FE, BF and D4. RGB value is (254,191,212). Sum of RGB (Red+Green+Blue) = 254+191+212=657 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.66% from 657); Green value is 191 (75% from 255 or 29.07% from 657); Blue value is 212 (83.20% from 255 or 32.27% from 657); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBFD4 is #01402B. Grayscale: #D4D4D4. Windows color (decimal): -81964 or 13942782. OLE color: 13942782.

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

Color convert

RGB254191212-
CMYK00.250.170.00
HSL340º96.92%87.25%-
HSV(B)340º24.8%99.61%-
XYZ71.3963.0970.7-
YUV212.23127.87157.79-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.66%
GREEN value IS 191 (75% from 255) = 29.07%
BLUE value IS 212 (83.20% from 255) = 32.27%
R=38.66%
G=29.07%
B=32.27%

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
Decimal25419121200.250.170.0034096.9287.25
HexFEBFD40191101546157
Octal376277324031210524141127
Binary11111110101111111101010001100110001010101010011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBFD4; }

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

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

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

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

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

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

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

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