Html Css Color HEX #FEBDE0 Cotton Candy

📋 copy color: '#FEBDE0'

red 254 ◦ green 189 ◦ blue 224

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

Shades of Cotton Candy #FEBDE0

Tints of Cotton Candy #FEBDE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 33.58%

R = 38.08%
G = 28.34%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#FEBDE0 (or 0xFEBDE0) is known color: Cotton Candy. HEX triplet: FE, BD and E0. RGB value is (254,189,224). Sum of RGB (Red+Green+Blue) = 254+189+224=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 189 (74.22% from 255 or 28.34% from 667); Blue value is 224 (87.89% from 255 or 33.58% from 667); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBDE0 is #01421F. Grayscale: #D4D4D4. Windows color (decimal): -82464 or 14728702. OLE color: 14728702.

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

Color convert

RGB 254 189 224 -
CMYK 0 0.26 0.12 0.00
HSL 327.69º 0.97% 0.87% -
HSV(B) 327.69º 0.26% 1% -
XYZ 72.53 62.85 78.83 -
YUV 212.43 134.53 157.65 -
System Red Green Blue C M Y K H S L
Decimal 254 189 224 0 0.26 0.12 0.00 327.69 0.97 0.87
Hex FE BD E0 0 1A C 0 148 61 57
Octal 376 275 340 0 32 14 0 510 141 127
Binary 11111110 10111101 11100000 0 11010 1100 0 101001000 1100001 1010111

Color Harmonies of #FEBDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBDE0

Black with #FEBDE0

Text Example


Text Example

White with #FEBDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBDE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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