Html Css Color HEX #FEBEDB Cotton Candy

📋 copy color: '#FEBEDB'

red 254 ◦ green 190 ◦ blue 219

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

Shades of Cotton Candy #FEBEDB

Tints of Cotton Candy #FEBEDB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 28.66%

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

R = 38.31%
G = 28.66%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FEBEDB (or 0xFEBEDB) is known color: Cotton Candy. HEX triplet: FE, BE and DB. RGB value is (254,190,219). Sum of RGB (Red+Green+Blue) = 254+190+219=663 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.31% from 663); Green value is 190 (74.61% from 255 or 28.66% from 663); Blue value is 219 (85.94% from 255 or 33.03% from 663); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBEDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBEDB is #014124. Grayscale: #D4D4D4. Windows color (decimal): -82213 or 14401278. OLE color: 14401278.

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

Color convert

RGB 254 190 219 -
CMYK 0 0.25 0.14 0.00
HSL 332.81º 0.97% 0.87% -
HSV(B) 332.81º 0.25% 1% -
XYZ 72.07 63.01 75.38 -
YUV 212.44 131.7 157.64 -
System Red Green Blue C M Y K H S L
Decimal 254 190 219 0 0.25 0.14 0.00 332.81 0.97 0.87
Hex FE BE DB 0 19 E 0 14D 61 57
Octal 376 276 333 0 31 16 0 515 141 127
Binary 11111110 10111110 11011011 0 11001 1110 0 101001101 1100001 1010111

Color Harmonies of #FEBEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBEDB

Black with #FEBEDB

Text Example


Text Example

White with #FEBEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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