Html Css Color HEX #FEBADA Cotton Candy

📋 copy color: '#FEBADA'

red 254 ◦ green 186 ◦ blue 218

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

Shades of Cotton Candy #FEBADA

Tints of Cotton Candy #FEBADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 33.13%

R = 38.6%
G = 28.27%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FEBADA (or 0xFEBADA) is known color: Cotton Candy. HEX triplet: FE, BA and DA. RGB value is (254,186,218). Sum of RGB (Red+Green+Blue) = 254+186+218=658 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.60% from 658); Green value is 186 (73.05% from 255 or 28.27% from 658); Blue value is 218 (85.55% from 255 or 33.13% from 658); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBADA is #014525. Grayscale: #D1D1D1. Windows color (decimal): -83238 or 14334718. OLE color: 14334718.

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

Color convert

RGB 254 186 218 -
CMYK 0 0.27 0.14 0.00
HSL 331.76º 0.97% 0.86% -
HSV(B) 331.76º 0.27% 1% -
XYZ 71.09 61.25 74.41 -
YUV 209.98 132.53 159.4 -
System Red Green Blue C M Y K H S L
Decimal 254 186 218 0 0.27 0.14 0.00 331.76 0.97 0.86
Hex FE BA DA 0 1B E 0 14C 61 56
Octal 376 272 332 0 33 16 0 514 141 126
Binary 11111110 10111010 11011010 0 11011 1110 0 101001100 1100001 1010110

Color Harmonies of #FEBADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBADA

Black with #FEBADA

Text Example


Text Example

White with #FEBADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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