Html Css Color HEX #FEBDE2 Cotton Candy

📋 copy color: '#FEBDE2'

red 254 ◦ green 189 ◦ blue 226

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

Shades of Cotton Candy #FEBDE2

Tints of Cotton Candy #FEBDE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 33.78%

R = 37.97%
G = 28.25%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#FEBDE2 (or 0xFEBDE2) is known color: Cotton Candy. HEX triplet: FE, BD and E2. RGB value is (254,189,226). Sum of RGB (Red+Green+Blue) = 254+189+226=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 189 (74.22% from 255 or 28.25% from 669); Blue value is 226 (88.67% from 255 or 33.78% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBDE2 is #01421D. Grayscale: #D4D4D4. Windows color (decimal): -82462 or 14859774. OLE color: 14859774.

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

Color convert

RGB 254 189 226 -
CMYK 0 0.26 0.11 0.00
HSL 325.85º 0.97% 0.87% -
HSV(B) 325.85º 0.26% 1% -
XYZ 72.8 62.96 80.27 -
YUV 212.65 135.53 157.49 -
System Red Green Blue C M Y K H S L
Decimal 254 189 226 0 0.26 0.11 0.00 325.85 0.97 0.87
Hex FE BD E2 0 1A B 0 146 61 57
Octal 376 275 342 0 32 13 0 506 141 127
Binary 11111110 10111101 11100010 0 11010 1011 0 101000110 1100001 1010111

Color Harmonies of #FEBDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBDE2

Black with #FEBDE2

Text Example


Text Example

White with #FEBDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBDE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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