Html Css Color HEX #FEBEF2 Lavender Rose

📋 copy color: '#FEBEF2'

red 254 ◦ green 190 ◦ blue 242

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

Shades of Lavender Rose #FEBEF2

Tints of Lavender Rose #FEBEF2

RGB

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

 GREEN value IS 190 (74.61% from 255) = 27.7%

 BLUE value IS 242 (94.92% from 255) = 35.28%

R = 37.03%
G = 27.7%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#FEBEF2 (or 0xFEBEF2) is known color: Lavender Rose. HEX triplet: FE, BE and F2. RGB value is (254,190,242). Sum of RGB (Red+Green+Blue) = 254+190+242=686 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.03% from 686); Green value is 190 (74.61% from 255 or 27.70% from 686); Blue value is 242 (94.92% from 255 or 35.28% from 686); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBEF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBEF2 is #01410D. Grayscale: #D6D6D6. Windows color (decimal): -82190 or 15908606. OLE color: 15908606.

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

Color convert

RGB 254 190 242 -
CMYK 0 0.25 0.05 0.00
HSL 311.25º 0.97% 0.87% -
HSV(B) 311.25º 0.25% 1% -
XYZ 75.31 64.31 92.45 -
YUV 215.06 143.2 155.77 -
System Red Green Blue C M Y K H S L
Decimal 254 190 242 0 0.25 0.05 0.00 311.25 0.97 0.87
Hex FE BE F2 0 19 5 0 137 61 57
Octal 376 276 362 0 31 5 0 467 141 127
Binary 11111110 10111110 11110010 0 11001 101 0 100110111 1100001 1010111

Color Harmonies of #FEBEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBEF2

Black with #FEBEF2

Text Example


Text Example

White with #FEBEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBEF2; }

 p { color: rgb(254,190,242); }

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

background-color css

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

 a { background-color: rgb(254,190,242); }

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

border-color css

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

 span { border-color: rgb(254,190,242); }

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