Html Css Color HEX #FEBFF2 Lavender Rose

📋 copy color: '#FEBFF2'

red 254 ◦ green 191 ◦ blue 242

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

Shades of Lavender Rose #FEBFF2

Tints of Lavender Rose #FEBFF2

RGB

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

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

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

R = 36.97%
G = 27.8%
B = 35.23%

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

#FEBFF2 (or 0xFEBFF2) is known color: Lavender Rose. HEX triplet: FE, BF and F2. RGB value is (254,191,242). Sum of RGB (Red+Green+Blue) = 254+191+242=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 191 (75% from 255 or 27.80% from 687); Blue value is 242 (94.92% from 255 or 35.23% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBFF2 is #01400D. Grayscale: #D7D7D7. Windows color (decimal): -81934 or 15908862. OLE color: 15908862.

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

Color convert

RGB 254 191 242 -
CMYK 0 0.25 0.05 0.00
HSL 311.43º 0.97% 0.87% -
HSV(B) 311.43º 0.25% 1% -
XYZ 75.53 64.74 92.52 -
YUV 215.65 142.87 155.35 -
System Red Green Blue C M Y K H S L
Decimal 254 191 242 0 0.25 0.05 0.00 311.43 0.97 0.87
Hex FE BF F2 0 19 5 0 137 61 57
Octal 376 277 362 0 31 5 0 467 141 127
Binary 11111110 10111111 11110010 0 11001 101 0 100110111 1100001 1010111

Color Harmonies of #FEBFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBFF2

Black with #FEBFF2

Text Example


Text Example

White with #FEBFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBFF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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