Html Css Color HEX #FEBDDE Cotton Candy

📋 copy color: '#FEBDDE'

red 254 ◦ green 189 ◦ blue 222

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

Shades of Cotton Candy #FEBDDE

Tints of Cotton Candy #FEBDDE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 28.42%

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

R = 38.2%
G = 28.42%
B = 33.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FEBDDE (or 0xFEBDDE) is known color: Cotton Candy. HEX triplet: FE, BD and DE. RGB value is (254,189,222). Sum of RGB (Red+Green+Blue) = 254+189+222=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 189 (74.22% from 255 or 28.42% from 665); Blue value is 222 (87.11% from 255 or 33.38% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBDDE is #014221. Grayscale: #D4D4D4. Windows color (decimal): -82466 or 14597630. OLE color: 14597630.

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

Color convert

RGB 254 189 222 -
CMYK 0 0.26 0.13 0.00
HSL 329.54º 0.97% 0.87% -
HSV(B) 329.54º 0.26% 1% -
XYZ 72.26 62.74 77.41 -
YUV 212.2 133.53 157.82 -
System Red Green Blue C M Y K H S L
Decimal 254 189 222 0 0.26 0.13 0.00 329.54 0.97 0.87
Hex FE BD DE 0 1A D 0 14A 61 57
Octal 376 275 336 0 32 15 0 512 141 127
Binary 11111110 10111101 11011110 0 11010 1101 0 101001010 1100001 1010111

Color Harmonies of #FEBDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBDDE

Black with #FEBDDE

Text Example


Text Example

White with #FEBDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBDDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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