Html Css Color HEX #FEB9D1 Cotton Candy

📋 copy color: '#FEB9D1'

red 254 ◦ green 185 ◦ blue 209

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

Shades of Cotton Candy #FEB9D1

Tints of Cotton Candy #FEB9D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 32.25%

R = 39.2%
G = 28.55%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#FEB9D1 (or 0xFEB9D1) is known color: Cotton Candy. HEX triplet: FE, B9 and D1. RGB value is (254,185,209). Sum of RGB (Red+Green+Blue) = 254+185+209=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 185 (72.66% from 255 or 28.55% from 648); Blue value is 209 (82.03% from 255 or 32.25% from 648); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB9D1 is #01462E. Grayscale: #D0D0D0. Windows color (decimal): -83503 or 13744638. OLE color: 13744638.

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

Color convert

RGB 254 185 209 -
CMYK 0 0.27 0.18 0.00
HSL 339.13º 0.97% 0.86% -
HSV(B) 339.13º 0.27% 1% -
XYZ 69.73 60.37 68.3 -
YUV 208.37 128.36 160.55 -
System Red Green Blue C M Y K H S L
Decimal 254 185 209 0 0.27 0.18 0.00 339.13 0.97 0.86
Hex FE B9 D1 0 1B 12 0 153 61 56
Octal 376 271 321 0 33 22 0 523 141 126
Binary 11111110 10111001 11010001 0 11011 10010 0 101010011 1100001 1010110

Color Harmonies of #FEB9D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB9D1

Black with #FEB9D1

Text Example


Text Example

White with #FEB9D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB9D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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