Html Css Color HEX #FEB9DC Cotton Candy

📋 copy color: '#FEB9DC'

red 254 ◦ green 185 ◦ blue 220

#FEB9DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cotton Candy #FEB9DC

Tints of Cotton Candy #FEB9DC

RGB

 RED value IS 254 (99.61% from 255) = 38.54%

 GREEN value IS 185 (72.66% from 255) = 28.07%

 BLUE value IS 220 (86.33% from 255) = 33.38%

R = 38.54%
G = 28.07%
B = 33.38%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FEB9DC (or 0xFEB9DC) is known color: Cotton Candy. HEX triplet: FE, B9 and DC. RGB value is (254,185,220). Sum of RGB (Red+Green+Blue) = 254+185+220=659 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.54% from 659); Green value is 185 (72.66% from 255 or 28.07% from 659); Blue value is 220 (86.33% from 255 or 33.38% from 659); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB9DC is #014623. Grayscale: #D1D1D1. Windows color (decimal): -83492 or 14465534. OLE color: 14465534.

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

Color convert

RGB 254 185 220 -
CMYK 0 0.27 0.13 0.00
HSL 329.57º 0.97% 0.86% -
HSV(B) 329.57º 0.27% 1% -
XYZ 71.14 60.94 75.72 -
YUV 209.62 133.86 159.65 -
System Red Green Blue C M Y K H S L
Decimal 254 185 220 0 0.27 0.13 0.00 329.57 0.97 0.86
Hex FE B9 DC 0 1B D 0 14A 61 56
Octal 376 271 334 0 33 15 0 512 141 126
Binary 11111110 10111001 11011100 0 11011 1101 0 101001010 1100001 1010110

Color Harmonies of #FEB9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB9DC

Black with #FEB9DC

Text Example


Text Example

White with #FEB9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB9DC; }

 p { color: rgb(254,185,220); }

 H1.HeaderClassName
 {
   color: #FEB9DC;
 }
 .AnyTagClassName
 {
   color: #FEB9DC;
 }
</style>

background-color css

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

 a { background-color: rgb(254,185,220); }

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

border-color css

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

 span { border-color: rgb(254,185,220); }

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