#FEBFD3

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

Shades of Cotton Candy #FEBFD3

Tints of Cotton Candy #FEBFD3

Color information

#FEBFD3 (or 0xFEBFD3) is unknown color: approx Cotton Candy. HEX triplet: FE, BF and D3. RGB value is (254,191,211). Sum of RGB (Red+Green+Blue) = 254+191+211=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 191 (75% from 255 or 29.12% from 656); Blue value is 211 (82.81% from 255 or 32.16% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBFD3 is #01402C. Grayscale: #D4D4D4. Windows color (decimal): -81965 or 13877246. OLE color: 13877246.

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

Color convert

RGB254191211-
CMYK00.250.170.00
HSL340.95º96.92%87.25%-
HSV(B)340.95º24.8%99.61%-
XYZ71.2663.0470.04-
YUV212.12127.37157.87-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.72%
GREEN value IS 191 (75% from 255) = 29.12%
BLUE value IS 211 (82.81% from 255) = 32.16%
R=38.72%
G=29.12%
B=32.16%

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
Decimal25419121100.250.170.00340.9596.9287.25
HexFEBFD30191101556157
Octal376277323031210525141127
Binary11111110101111111101001101100110001010101010111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBFD3; }

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

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

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

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

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

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

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

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