Html Css Color HEX #FEBDD6 Cotton Candy

📋 copy color: '#FEBDD6'

red 254 ◦ green 189 ◦ blue 214

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

Shades of Cotton Candy #FEBDD6

Tints of Cotton Candy #FEBDD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 32.57%

R = 38.66%
G = 28.77%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#FEBDD6 (or 0xFEBDD6) is known color: Cotton Candy. HEX triplet: FE, BD and D6. RGB value is (254,189,214). Sum of RGB (Red+Green+Blue) = 254+189+214=657 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.66% from 657); Green value is 189 (74.22% from 255 or 28.77% from 657); Blue value is 214 (83.98% from 255 or 32.57% from 657); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBDD6 is #014229. Grayscale: #D3D3D3. Windows color (decimal): -82474 or 14073342. OLE color: 14073342.

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

Color convert

RGB 254 189 214 -
CMYK 0 0.26 0.16 0.00
HSL 336.92º 0.97% 0.87% -
HSV(B) 336.92º 0.26% 1% -
XYZ 71.21 62.32 71.89 -
YUV 211.29 129.53 158.47 -
System Red Green Blue C M Y K H S L
Decimal 254 189 214 0 0.26 0.16 0.00 336.92 0.97 0.87
Hex FE BD D6 0 1A 10 0 151 61 57
Octal 376 275 326 0 32 20 0 521 141 127
Binary 11111110 10111101 11010110 0 11010 10000 0 101010001 1100001 1010111

Color Harmonies of #FEBDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBDD6

Black with #FEBDD6

Text Example


Text Example

White with #FEBDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBDD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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