Html Css Color HEX #FEBEDD Cotton Candy

📋 copy color: '#FEBEDD'

red 254 ◦ green 190 ◦ blue 221

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

Shades of Cotton Candy #FEBEDD

Tints of Cotton Candy #FEBEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 33.23%

R = 38.2%
G = 28.57%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FEBEDD (or 0xFEBEDD) is known color: Cotton Candy. HEX triplet: FE, BE and DD. RGB value is (254,190,221). Sum of RGB (Red+Green+Blue) = 254+190+221=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 190 (74.61% from 255 or 28.57% from 665); Blue value is 221 (86.72% from 255 or 33.23% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBEDD is #014122. Grayscale: #D4D4D4. Windows color (decimal): -82211 or 14532350. OLE color: 14532350.

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

Color convert

RGB 254 190 221 -
CMYK 0 0.25 0.13 0.00
HSL 330.94º 0.97% 0.87% -
HSV(B) 330.94º 0.25% 1% -
XYZ 72.34 63.12 76.78 -
YUV 212.67 132.7 157.48 -
System Red Green Blue C M Y K H S L
Decimal 254 190 221 0 0.25 0.13 0.00 330.94 0.97 0.87
Hex FE BE DD 0 19 D 0 14B 61 57
Octal 376 276 335 0 31 15 0 513 141 127
Binary 11111110 10111110 11011101 0 11001 1101 0 101001011 1100001 1010111

Color Harmonies of #FEBEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBEDD

Black with #FEBEDD

Text Example


Text Example

White with #FEBEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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