Html Css Color HEX #FEBADB Cotton Candy

📋 copy color: '#FEBADB'

red 254 ◦ green 186 ◦ blue 219

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

Shades of Cotton Candy #FEBADB

Tints of Cotton Candy #FEBADB

RGB

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

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

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

R = 38.54%
G = 28.22%
B = 33.23%

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

#FEBADB (or 0xFEBADB) is known color: Cotton Candy. HEX triplet: FE, BA and DB. RGB value is (254,186,219). Sum of RGB (Red+Green+Blue) = 254+186+219=659 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.54% from 659); Green value is 186 (73.05% from 255 or 28.22% from 659); Blue value is 219 (85.94% from 255 or 33.23% from 659); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBADB is #014524. Grayscale: #D2D2D2. Windows color (decimal): -83237 or 14400254. OLE color: 14400254.

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

Color convert

RGB 254 186 219 -
CMYK 0 0.27 0.14 0.00
HSL 330.88º 0.97% 0.86% -
HSV(B) 330.88º 0.27% 1% -
XYZ 71.22 61.3 75.1 -
YUV 210.09 133.03 159.32 -
System Red Green Blue C M Y K H S L
Decimal 254 186 219 0 0.27 0.14 0.00 330.88 0.97 0.86
Hex FE BA DB 0 1B E 0 14B 61 56
Octal 376 272 333 0 33 16 0 513 141 126
Binary 11111110 10111010 11011011 0 11011 1110 0 101001011 1100001 1010110

Color Harmonies of #FEBADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBADB

Black with #FEBADB

Text Example


Text Example

White with #FEBADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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