Html Css Color HEX #FEB6FF Lavender Rose

📋 copy color: '#FEB6FF'

red 254 ◦ green 182 ◦ blue 255

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

Shades of Lavender Rose #FEB6FF

Tints of Lavender Rose #FEB6FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 36.9%

R = 36.76%
G = 26.34%
B = 36.9%

CMYK

 C value IS 0.00

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FEB6FF (or 0xFEB6FF) is known color: Lavender Rose. HEX triplet: FE, B6 and FF. RGB value is (254,182,255). Sum of RGB (Red+Green+Blue) = 254+182+255=691 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.76% from 691); Green value is 182 (71.48% from 255 or 26.34% from 691); Blue value is 255 (100% from 255 or 36.90% from 691); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEB6FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB6FF is #014900. Grayscale: #D3D3D3. Windows color (decimal): -84225 or 16758526. OLE color: 16758526.

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

Color convert

RGB 254 182 255 -
CMYK 0.00 0.29 0 0
HSL 299.18º 1% 0.86% -
HSV(B) 299.18º 0.29% 1% -
XYZ 75.65 61.75 102.54 -
YUV 211.85 152.35 158.06 -
System Red Green Blue C M Y K H S L
Decimal 254 182 255 0.00 0.29 0 0 299.18 1 0.86
Hex FE B6 FF 0 1D 0 0 12B 64 56
Octal 376 266 377 0 35 0 0 453 144 126
Binary 11111110 10110110 11111111 0 11101 0 0 100101011 1100100 1010110

Color Harmonies of #FEB6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB6FF

Black with #FEB6FF

Text Example


Text Example

White with #FEB6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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