Html Css Color HEX #FEB8DB Cotton Candy

📋 copy color: '#FEB8DB'

red 254 ◦ green 184 ◦ blue 219

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

Shades of Cotton Candy #FEB8DB

Tints of Cotton Candy #FEB8DB

RGB

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

 GREEN value IS 184 (72.27% from 255) = 28.01%

 BLUE value IS 219 (85.94% from 255) = 33.33%

R = 38.66%
G = 28.01%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FEB8DB (or 0xFEB8DB) is known color: Cotton Candy. HEX triplet: FE, B8 and DB. RGB value is (254,184,219). Sum of RGB (Red+Green+Blue) = 254+184+219=657 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.66% from 657); Green value is 184 (72.27% from 255 or 28.01% from 657); Blue value is 219 (85.94% from 255 or 33.33% from 657); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB8DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB8DB is #014724. Grayscale: #D0D0D0. Windows color (decimal): -83749 or 14399742. OLE color: 14399742.

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

Color convert

RGB 254 184 219 -
CMYK 0 0.28 0.14 0.00
HSL 330º 0.97% 0.86% -
HSV(B) 330º 0.28% 1% -
XYZ 70.8 60.47 74.96 -
YUV 208.92 133.69 160.15 -
System Red Green Blue C M Y K H S L
Decimal 254 184 219 0 0.28 0.14 0.00 330 0.97 0.86
Hex FE B8 DB 0 1C E 0 14A 61 56
Octal 376 270 333 0 34 16 0 512 141 126
Binary 11111110 10111000 11011011 0 11100 1110 0 101001010 1100001 1010110

Color Harmonies of #FEB8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB8DB

Black with #FEB8DB

Text Example


Text Example

White with #FEB8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB8DB; }

 p { color: rgb(254,184,219); }

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

background-color css

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

 a { background-color: rgb(254,184,219); }

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

border-color css

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

 span { border-color: rgb(254,184,219); }

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