Html Css Color HEX #FEBCE7 Classic Rose

📋 copy color: '#FEBCE7'

red 254 ◦ green 188 ◦ blue 231

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

Shades of Classic Rose #FEBCE7

Tints of Classic Rose #FEBCE7

RGB

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

 GREEN value IS 188 (73.83% from 255) = 27.93%

 BLUE value IS 231 (90.63% from 255) = 34.32%

R = 37.74%
G = 27.93%
B = 34.32%

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

#FEBCE7 (or 0xFEBCE7) is known color: Classic Rose. HEX triplet: FE, BC and E7. RGB value is (254,188,231). Sum of RGB (Red+Green+Blue) = 254+188+231=673 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.74% from 673); Green value is 188 (73.83% from 255 or 27.93% from 673); Blue value is 231 (90.62% from 255 or 34.32% from 673); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBCE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBCE7 is #014318. Grayscale: #D4D4D4. Windows color (decimal): -82713 or 15187198. OLE color: 15187198.

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

Color convert

RGB 254 188 231 -
CMYK 0 0.26 0.09 0.00
HSL 320.91º 0.97% 0.87% -
HSV(B) 320.91º 0.26% 1% -
XYZ 73.28 62.81 83.86 -
YUV 212.64 138.37 157.5 -
System Red Green Blue C M Y K H S L
Decimal 254 188 231 0 0.26 0.09 0.00 320.91 0.97 0.87
Hex FE BC E7 0 1A 9 0 141 61 57
Octal 376 274 347 0 32 11 0 501 141 127
Binary 11111110 10111100 11100111 0 11010 1001 0 101000001 1100001 1010111

Color Harmonies of #FEBCE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBCE7

Black with #FEBCE7

Text Example


Text Example

White with #FEBCE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBCE7; }

 p { color: rgb(254,188,231); }

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

background-color css

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

 a { background-color: rgb(254,188,231); }

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

border-color css

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

 span { border-color: rgb(254,188,231); }

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