Html Css Color HEX #FEBFE7 Classic Rose

📋 copy color: '#FEBFE7'

red 254 ◦ green 191 ◦ blue 231

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

Shades of Classic Rose #FEBFE7

Tints of Classic Rose #FEBFE7

RGB

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

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

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

R = 37.57%
G = 28.25%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#FEBFE7 (or 0xFEBFE7) is known color: Classic Rose. HEX triplet: FE, BF and E7. RGB value is (254,191,231). Sum of RGB (Red+Green+Blue) = 254+191+231=676 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.57% from 676); Green value is 191 (75% from 255 or 28.25% from 676); Blue value is 231 (90.62% from 255 or 34.17% from 676); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBFE7 is #014018. Grayscale: #D6D6D6. Windows color (decimal): -81945 or 15187966. OLE color: 15187966.

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

Color convert

RGB 254 191 231 -
CMYK 0 0.25 0.09 0.00
HSL 321.9º 0.97% 0.87% -
HSV(B) 321.9º 0.25% 1% -
XYZ 73.93 64.1 84.08 -
YUV 214.4 137.37 156.25 -
System Red Green Blue C M Y K H S L
Decimal 254 191 231 0 0.25 0.09 0.00 321.9 0.97 0.87
Hex FE BF E7 0 19 9 0 142 61 57
Octal 376 277 347 0 31 11 0 502 141 127
Binary 11111110 10111111 11100111 0 11001 1001 0 101000010 1100001 1010111

Color Harmonies of #FEBFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBFE7

Black with #FEBFE7

Text Example


Text Example

White with #FEBFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBFE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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