Html Css Color HEX #FEB8FC Lavender Rose

📋 copy color: '#FEB8FC'

red 254 ◦ green 184 ◦ blue 252

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

Shades of Lavender Rose #FEB8FC

Tints of Lavender Rose #FEB8FC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 26.67%

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

R = 36.81%
G = 26.67%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FEB8FC (or 0xFEB8FC) is known color: Lavender Rose. HEX triplet: FE, B8 and FC. RGB value is (254,184,252). Sum of RGB (Red+Green+Blue) = 254+184+252=690 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.81% from 690); Green value is 184 (72.27% from 255 or 26.67% from 690); Blue value is 252 (98.83% from 255 or 36.52% from 690); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB8FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB8FC is #014703. Grayscale: #D4D4D4. Windows color (decimal): -83716 or 16562430. OLE color: 16562430.

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

Color convert

RGB 254 184 252 -
CMYK 0 0.28 0.01 0.00
HSL 301.71º 0.97% 0.86% -
HSV(B) 301.71º 0.28% 1% -
XYZ 75.58 62.38 100.15 -
YUV 212.68 150.19 157.47 -
System Red Green Blue C M Y K H S L
Decimal 254 184 252 0 0.28 0.01 0.00 301.71 0.97 0.86
Hex FE B8 FC 0 1C 1 0 12E 61 56
Octal 376 270 374 0 34 1 0 456 141 126
Binary 11111110 10111000 11111100 0 11100 1 0 100101110 1100001 1010110

Color Harmonies of #FEB8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB8FC

Black with #FEB8FC

Text Example


Text Example

White with #FEB8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB8FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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