Html Css Color HEX #FEBFE1 Classic Rose

📋 copy color: '#FEBFE1'

red 254 ◦ green 191 ◦ blue 225

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

Shades of Classic Rose #FEBFE1

Tints of Classic Rose #FEBFE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 33.58%

R = 37.91%
G = 28.51%
B = 33.58%

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

#FEBFE1 (or 0xFEBFE1) is known color: Classic Rose. HEX triplet: FE, BF and E1. RGB value is (254,191,225). Sum of RGB (Red+Green+Blue) = 254+191+225=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 191 (75% from 255 or 28.51% from 670); Blue value is 225 (88.28% from 255 or 33.58% from 670); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBFE1 is #01401E. Grayscale: #D5D5D5. Windows color (decimal): -81951 or 14794750. OLE color: 14794750.

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

Color convert

RGB 254 191 225 -
CMYK 0 0.25 0.11 0.00
HSL 327.62º 0.97% 0.87% -
HSV(B) 327.62º 0.25% 1% -
XYZ 73.09 63.77 79.69 -
YUV 213.71 134.37 156.74 -
System Red Green Blue C M Y K H S L
Decimal 254 191 225 0 0.25 0.11 0.00 327.62 0.97 0.87
Hex FE BF E1 0 19 B 0 148 61 57
Octal 376 277 341 0 31 13 0 510 141 127
Binary 11111110 10111111 11100001 0 11001 1011 0 101001000 1100001 1010111

Color Harmonies of #FEBFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBFE1

Black with #FEBFE1

Text Example


Text Example

White with #FEBFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBFE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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