Html Css Color HEX #FEB6DD Cotton Candy

📋 copy color: '#FEB6DD'

red 254 ◦ green 182 ◦ blue 221

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

Shades of Cotton Candy #FEB6DD

Tints of Cotton Candy #FEB6DD

RGB

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

 GREEN value IS 182 (71.48% from 255) = 27.7%

 BLUE value IS 221 (86.72% from 255) = 33.64%

R = 38.66%
G = 27.7%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FEB6DD (or 0xFEB6DD) is known color: Cotton Candy. HEX triplet: FE, B6 and DD. RGB value is (254,182,221). Sum of RGB (Red+Green+Blue) = 254+182+221=657 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.66% from 657); Green value is 182 (71.48% from 255 or 27.70% from 657); Blue value is 221 (86.72% from 255 or 33.64% from 657); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB6DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB6DD is #014922. Grayscale: #CFCFCF. Windows color (decimal): -84259 or 14530302. OLE color: 14530302.

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

Color convert

RGB 254 182 221 -
CMYK 0 0.28 0.13 0.00
HSL 327.5º 0.97% 0.85% -
HSV(B) 327.5º 0.28% 1% -
XYZ 70.65 59.75 76.22 -
YUV 207.97 135.35 160.83 -
System Red Green Blue C M Y K H S L
Decimal 254 182 221 0 0.28 0.13 0.00 327.5 0.97 0.85
Hex FE B6 DD 0 1C D 0 148 61 55
Octal 376 266 335 0 34 15 0 510 141 125
Binary 11111110 10110110 11011101 0 11100 1101 0 101001000 1100001 1010101

Color Harmonies of #FEB6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB6DD

Black with #FEB6DD

Text Example


Text Example

White with #FEB6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB6DD; }

 p { color: rgb(254,182,221); }

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

background-color css

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

 a { background-color: rgb(254,182,221); }

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

border-color css

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

 span { border-color: rgb(254,182,221); }

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