Html Css Color HEX #FEBBF2 Lavender Rose

📋 copy color: '#FEBBF2'

red 254 ◦ green 187 ◦ blue 242

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

Shades of Lavender Rose #FEBBF2

Tints of Lavender Rose #FEBBF2

RGB

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

 GREEN value IS 187 (73.44% from 255) = 27.38%

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

R = 37.19%
G = 27.38%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#FEBBF2 (or 0xFEBBF2) is known color: Lavender Rose. HEX triplet: FE, BB and F2. RGB value is (254,187,242). Sum of RGB (Red+Green+Blue) = 254+187+242=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 187 (73.44% from 255 or 27.38% from 683); Blue value is 242 (94.92% from 255 or 35.43% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBBF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBBF2 is #01440D. Grayscale: #D5D5D5. Windows color (decimal): -82958 or 15907838. OLE color: 15907838.

HSL color Cylindrical-coordinate representation of color #FEBBF2: hue angle of 310.75º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEBBF2 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 187 242 -
CMYK 0 0.26 0.05 0.00
HSL 310.75º 0.97% 0.86% -
HSV(B) 310.75º 0.26% 1% -
XYZ 74.67 63.02 92.23 -
YUV 213.3 144.2 157.03 -
System Red Green Blue C M Y K H S L
Decimal 254 187 242 0 0.26 0.05 0.00 310.75 0.97 0.86
Hex FE BB F2 0 1A 5 0 137 61 56
Octal 376 273 362 0 32 5 0 467 141 126
Binary 11111110 10111011 11110010 0 11010 101 0 100110111 1100001 1010110

Color Harmonies of #FEBBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBBF2

Black with #FEBBF2

Text Example


Text Example

White with #FEBBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBBF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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