Html Css Color HEX #FEBFE0 Classic Rose

📋 copy color: '#FEBFE0'

red 254 ◦ green 191 ◦ blue 224

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

Shades of Classic Rose #FEBFE0

Tints of Classic Rose #FEBFE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 33.48%

R = 37.97%
G = 28.55%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#FEBFE0 (or 0xFEBFE0) is known color: Classic Rose. HEX triplet: FE, BF and E0. RGB value is (254,191,224). Sum of RGB (Red+Green+Blue) = 254+191+224=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 191 (75% from 255 or 28.55% from 669); Blue value is 224 (87.89% from 255 or 33.48% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBFE0 is #01401F. Grayscale: #D5D5D5. Windows color (decimal): -81952 or 14729214. OLE color: 14729214.

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

Color convert

RGB 254 191 224 -
CMYK 0 0.25 0.12 0.00
HSL 328.57º 0.97% 0.87% -
HSV(B) 328.57º 0.25% 1% -
XYZ 72.96 63.71 78.97 -
YUV 213.6 133.87 156.82 -
System Red Green Blue C M Y K H S L
Decimal 254 191 224 0 0.25 0.12 0.00 328.57 0.97 0.87
Hex FE BF E0 0 19 C 0 149 61 57
Octal 376 277 340 0 31 14 0 511 141 127
Binary 11111110 10111111 11100000 0 11001 1100 0 101001001 1100001 1010111

Color Harmonies of #FEBFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBFE0

Black with #FEBFE0

Text Example


Text Example

White with #FEBFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBFE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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