Html Css Color HEX #FEBDE9 Classic Rose

📋 copy color: '#FEBDE9'

red 254 ◦ green 189 ◦ blue 233

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

Shades of Classic Rose #FEBDE9

Tints of Classic Rose #FEBDE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 34.47%

R = 37.57%
G = 27.96%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#FEBDE9 (or 0xFEBDE9) is known color: Classic Rose. HEX triplet: FE, BD and E9. RGB value is (254,189,233). Sum of RGB (Red+Green+Blue) = 254+189+233=676 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.57% from 676); Green value is 189 (74.22% from 255 or 27.96% from 676); Blue value is 233 (91.41% from 255 or 34.47% from 676); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBDE9 is #014216. Grayscale: #D5D5D5. Windows color (decimal): -82455 or 15318526. OLE color: 15318526.

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

Color convert

RGB 254 189 233 -
CMYK 0 0.26 0.08 0.00
HSL 319.38º 0.97% 0.87% -
HSV(B) 319.38º 0.26% 1% -
XYZ 73.78 63.35 85.43 -
YUV 213.45 139.03 156.92 -
System Red Green Blue C M Y K H S L
Decimal 254 189 233 0 0.26 0.08 0.00 319.38 0.97 0.87
Hex FE BD E9 0 1A 8 0 13F 61 57
Octal 376 275 351 0 32 10 0 477 141 127
Binary 11111110 10111101 11101001 0 11010 1000 0 100111111 1100001 1010111

Color Harmonies of #FEBDE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBDE9

Black with #FEBDE9

Text Example


Text Example

White with #FEBDE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBDE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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