Html Css Color HEX #FEB6F2 Lavender Rose

📋 copy color: '#FEB6F2'

red 254 ◦ green 182 ◦ blue 242

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

Shades of Lavender Rose #FEB6F2

Tints of Lavender Rose #FEB6F2

RGB

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

 GREEN value IS 182 (71.48% from 255) = 26.84%

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

R = 37.46%
G = 26.84%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#FEB6F2 (or 0xFEB6F2) is known color: Lavender Rose. HEX triplet: FE, B6 and F2. RGB value is (254,182,242). Sum of RGB (Red+Green+Blue) = 254+182+242=678 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.46% from 678); Green value is 182 (71.48% from 255 or 26.84% from 678); Blue value is 242 (94.92% from 255 or 35.69% from 678); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB6F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB6F2 is #01490D. Grayscale: #D2D2D2. Windows color (decimal): -84238 or 15906558. OLE color: 15906558.

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

Color convert

RGB 254 182 242 -
CMYK 0 0.28 0.05 0.00
HSL 310º 0.97% 0.85% -
HSV(B) 310º 0.28% 1% -
XYZ 73.63 60.94 91.89 -
YUV 210.37 145.85 159.12 -
System Red Green Blue C M Y K H S L
Decimal 254 182 242 0 0.28 0.05 0.00 310 0.97 0.85
Hex FE B6 F2 0 1C 5 0 136 61 55
Octal 376 266 362 0 34 5 0 466 141 125
Binary 11111110 10110110 11110010 0 11100 101 0 100110110 1100001 1010101

Color Harmonies of #FEB6F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB6F2

Black with #FEB6F2

Text Example


Text Example

White with #FEB6F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB6F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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