Html Css Color HEX #FEBADE Cotton Candy

📋 copy color: '#FEBADE'

red 254 ◦ green 186 ◦ blue 222

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

Shades of Cotton Candy #FEBADE

Tints of Cotton Candy #FEBADE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 28.1%

 BLUE value IS 222 (87.11% from 255) = 33.53%

R = 38.37%
G = 28.1%
B = 33.53%

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

#FEBADE (or 0xFEBADE) is known color: Cotton Candy. HEX triplet: FE, BA and DE. RGB value is (254,186,222). Sum of RGB (Red+Green+Blue) = 254+186+222=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 186 (73.05% from 255 or 28.10% from 662); Blue value is 222 (87.11% from 255 or 33.53% from 662); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBADE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBADE is #014521. Grayscale: #D2D2D2. Windows color (decimal): -83234 or 14596862. OLE color: 14596862.

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

Color convert

RGB 254 186 222 -
CMYK 0 0.27 0.13 0.00
HSL 328.24º 0.97% 0.86% -
HSV(B) 328.24º 0.27% 1% -
XYZ 71.62 61.46 77.2 -
YUV 210.44 134.53 159.07 -
System Red Green Blue C M Y K H S L
Decimal 254 186 222 0 0.27 0.13 0.00 328.24 0.97 0.86
Hex FE BA DE 0 1B D 0 148 61 56
Octal 376 272 336 0 33 15 0 510 141 126
Binary 11111110 10111010 11011110 0 11011 1101 0 101001000 1100001 1010110

Color Harmonies of #FEBADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBADE

Black with #FEBADE

Text Example


Text Example

White with #FEBADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBADE; }

 p { color: rgb(254,186,222); }

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

background-color css

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

 a { background-color: rgb(254,186,222); }

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

border-color css

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

 span { border-color: rgb(254,186,222); }

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