Html Css Color HEX #FEB9FC Lavender Rose

📋 copy color: '#FEB9FC'

red 254 ◦ green 185 ◦ blue 252

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

Shades of Lavender Rose #FEB9FC

Tints of Lavender Rose #FEB9FC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 26.77%

 BLUE value IS 252 (98.83% from 255) = 36.47%

R = 36.76%
G = 26.77%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FEB9FC (or 0xFEB9FC) is known color: Lavender Rose. HEX triplet: FE, B9 and FC. RGB value is (254,185,252). Sum of RGB (Red+Green+Blue) = 254+185+252=691 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.76% from 691); Green value is 185 (72.66% from 255 or 26.77% from 691); Blue value is 252 (98.83% from 255 or 36.47% from 691); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB9FC is #014603. Grayscale: #D5D5D5. Windows color (decimal): -83460 or 16562686. OLE color: 16562686.

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

Color convert

RGB 254 185 252 -
CMYK 0 0.27 0.01 0.00
HSL 301.74º 0.97% 0.86% -
HSV(B) 301.74º 0.27% 1% -
XYZ 75.79 62.8 100.22 -
YUV 213.27 149.86 157.05 -
System Red Green Blue C M Y K H S L
Decimal 254 185 252 0 0.27 0.01 0.00 301.74 0.97 0.86
Hex FE B9 FC 0 1B 1 0 12E 61 56
Octal 376 271 374 0 33 1 0 456 141 126
Binary 11111110 10111001 11111100 0 11011 1 0 100101110 1100001 1010110

Color Harmonies of #FEB9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB9FC

Black with #FEB9FC

Text Example


Text Example

White with #FEB9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB9FC; }

 p { color: rgb(254,185,252); }

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

background-color css

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

 a { background-color: rgb(254,185,252); }

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

border-color css

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

 span { border-color: rgb(254,185,252); }

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