Html Css Color HEX #FEBDE6 Classic Rose

📋 copy color: '#FEBDE6'

red 254 ◦ green 189 ◦ blue 230

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

Shades of Classic Rose #FEBDE6

Tints of Classic Rose #FEBDE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 34.18%

R = 37.74%
G = 28.08%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#FEBDE6 (or 0xFEBDE6) is known color: Classic Rose. HEX triplet: FE, BD and E6. RGB value is (254,189,230). Sum of RGB (Red+Green+Blue) = 254+189+230=673 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.74% from 673); Green value is 189 (74.22% from 255 or 28.08% from 673); Blue value is 230 (90.23% from 255 or 34.18% from 673); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBDE6 is #014219. Grayscale: #D5D5D5. Windows color (decimal): -82458 or 15121918. OLE color: 15121918.

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

Color convert

RGB 254 189 230 -
CMYK 0 0.26 0.09 0.00
HSL 322.15º 0.97% 0.87% -
HSV(B) 322.15º 0.26% 1% -
XYZ 73.35 63.18 83.19 -
YUV 213.11 137.53 157.17 -
System Red Green Blue C M Y K H S L
Decimal 254 189 230 0 0.26 0.09 0.00 322.15 0.97 0.87
Hex FE BD E6 0 1A 9 0 142 61 57
Octal 376 275 346 0 32 11 0 502 141 127
Binary 11111110 10111101 11100110 0 11010 1001 0 101000010 1100001 1010111

Color Harmonies of #FEBDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBDE6

Black with #FEBDE6

Text Example


Text Example

White with #FEBDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBDE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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