Html Css Color HEX #FD9EFB Lavender Rose

📋 copy color: '#FD9EFB'

red 253 ◦ green 158 ◦ blue 251

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

Shades of Lavender Rose #FD9EFB

Tints of Lavender Rose #FD9EFB

RGB

 RED value IS 253 (99.22% from 255) = 38.22%

 GREEN value IS 158 (62.11% from 255) = 23.87%

 BLUE value IS 251 (98.44% from 255) = 37.92%

R = 38.22%
G = 23.87%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FD9EFB (or 0xFD9EFB) is known color: Lavender Rose. HEX triplet: FD, 9E and FB. RGB value is (253,158,251). Sum of RGB (Red+Green+Blue) = 253+158+251=662 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.22% from 662); Green value is 158 (62.11% from 255 or 23.87% from 662); Blue value is 251 (98.44% from 255 or 37.92% from 662); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9EFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD9EFB is #026104. Grayscale: #C4C4C4. Windows color (decimal): -155909 or 16490237. OLE color: 16490237.

HSL color Cylindrical-coordinate representation of color #FD9EFB: hue angle of 301.26º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FD9EFB is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 158 251 -
CMYK 0 0.38 0.01 0.01
HSL 301.26º 0.96% 0.81% -
HSV(B) 301.26º 0.38% 0.99% -
XYZ 70.15 52.3 97.66 -
YUV 197.01 158.47 167.94 -
System Red Green Blue C M Y K H S L
Decimal 253 158 251 0 0.38 0.01 0.01 301.26 0.96 0.81
Hex FD 9E FB 0 26 1 1 12D 60 51
Octal 375 236 373 0 46 1 1 455 140 121
Binary 11111101 10011110 11111011 0 100110 1 1 100101101 1100000 1010001

Color Harmonies of #FD9EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD9EFB

Black with #FD9EFB

Text Example


Text Example

White with #FD9EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD9EFB; }

 p { color: rgb(253,158,251); }

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

background-color css

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

 a { background-color: rgb(253,158,251); }

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

border-color css

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

 span { border-color: rgb(253,158,251); }

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