Html Css Color HEX #FEBDD5 Cotton Candy

📋 copy color: '#FEBDD5'

red 254 ◦ green 189 ◦ blue 213

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

Shades of Cotton Candy #FEBDD5

Tints of Cotton Candy #FEBDD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 32.47%

R = 38.72%
G = 28.81%
B = 32.47%

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

#FEBDD5 (or 0xFEBDD5) is known color: Cotton Candy. HEX triplet: FE, BD and D5. RGB value is (254,189,213). Sum of RGB (Red+Green+Blue) = 254+189+213=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 189 (74.22% from 255 or 28.81% from 656); Blue value is 213 (83.59% from 255 or 32.47% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBDD5 is #01422A. Grayscale: #D3D3D3. Windows color (decimal): -82475 or 14007806. OLE color: 14007806.

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

Color convert

RGB 254 189 213 -
CMYK 0 0.26 0.16 0.00
HSL 337.85º 0.97% 0.87% -
HSV(B) 337.85º 0.26% 1% -
XYZ 71.08 62.27 71.22 -
YUV 211.17 129.03 158.55 -
System Red Green Blue C M Y K H S L
Decimal 254 189 213 0 0.26 0.16 0.00 337.85 0.97 0.87
Hex FE BD D5 0 1A 10 0 152 61 57
Octal 376 275 325 0 32 20 0 522 141 127
Binary 11111110 10111101 11010101 0 11010 10000 0 101010010 1100001 1010111

Color Harmonies of #FEBDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBDD5

Black with #FEBDD5

Text Example


Text Example

White with #FEBDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBDD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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