Html Css Color HEX #FEB4F2 Lavender Rose

📋 copy color: '#FEB4F2'

red 254 ◦ green 180 ◦ blue 242

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

Shades of Lavender Rose #FEB4F2

Tints of Lavender Rose #FEB4F2

RGB

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

 GREEN value IS 180 (70.7% from 255) = 26.63%

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

R = 37.57%
G = 26.63%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#FEB4F2 (or 0xFEB4F2) is known color: Lavender Rose. HEX triplet: FE, B4 and F2. RGB value is (254,180,242). Sum of RGB (Red+Green+Blue) = 254+180+242=676 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.57% from 676); Green value is 180 (70.70% from 255 or 26.63% from 676); Blue value is 242 (94.92% from 255 or 35.80% from 676); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB4F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB4F2 is #014B0D. Grayscale: #D1D1D1. Windows color (decimal): -84750 or 15906046. OLE color: 15906046.

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

Color convert

RGB 254 180 242 -
CMYK 0 0.29 0.05 0.00
HSL 309.73º 0.97% 0.85% -
HSV(B) 309.73º 0.29% 1% -
XYZ 73.22 60.12 91.75 -
YUV 209.19 146.52 159.96 -
System Red Green Blue C M Y K H S L
Decimal 254 180 242 0 0.29 0.05 0.00 309.73 0.97 0.85
Hex FE B4 F2 0 1D 5 0 136 61 55
Octal 376 264 362 0 35 5 0 466 141 125
Binary 11111110 10110100 11110010 0 11101 101 0 100110110 1100001 1010101

Color Harmonies of #FEB4F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB4F2

Black with #FEB4F2

Text Example


Text Example

White with #FEB4F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB4F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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