Html Css Color HEX #FEBFE3 Classic Rose

📋 copy color: '#FEBFE3'

red 254 ◦ green 191 ◦ blue 227

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

Shades of Classic Rose #FEBFE3

Tints of Classic Rose #FEBFE3

RGB

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

 GREEN value IS 191 (75% from 255) = 28.42%

 BLUE value IS 227 (89.06% from 255) = 33.78%

R = 37.8%
G = 28.42%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#FEBFE3 (or 0xFEBFE3) is known color: Classic Rose. HEX triplet: FE, BF and E3. RGB value is (254,191,227). Sum of RGB (Red+Green+Blue) = 254+191+227=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 191 (75% from 255 or 28.42% from 672); Blue value is 227 (89.06% from 255 or 33.78% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBFE3 is #01401C. Grayscale: #D5D5D5. Windows color (decimal): -81949 or 14925822. OLE color: 14925822.

HSL color Cylindrical-coordinate representation of color #FEBFE3: hue angle of 325.71º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FEBFE3 is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 191 227 -
CMYK 0 0.25 0.11 0.00
HSL 325.71º 0.97% 0.87% -
HSV(B) 325.71º 0.25% 1% -
XYZ 73.37 63.88 81.14 -
YUV 213.94 135.37 156.57 -
System Red Green Blue C M Y K H S L
Decimal 254 191 227 0 0.25 0.11 0.00 325.71 0.97 0.87
Hex FE BF E3 0 19 B 0 146 61 57
Octal 376 277 343 0 31 13 0 506 141 127
Binary 11111110 10111111 11100011 0 11001 1011 0 101000110 1100001 1010111

Color Harmonies of #FEBFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBFE3

Black with #FEBFE3

Text Example


Text Example

White with #FEBFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBFE3; }

 p { color: rgb(254,191,227); }

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

background-color css

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

 a { background-color: rgb(254,191,227); }

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

border-color css

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

 span { border-color: rgb(254,191,227); }

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