Html Css Color HEX #FDB9FE Lavender Rose

📋 copy color: '#FDB9FE'

red 253 ◦ green 185 ◦ blue 254

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

Shades of Lavender Rose #FDB9FE

Tints of Lavender Rose #FDB9FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 36.71%

R = 36.56%
G = 26.73%
B = 36.71%

CMYK

 C value IS 0.00

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FDB9FE (or 0xFDB9FE) is known color: Lavender Rose. HEX triplet: FD, B9 and FE. RGB value is (253,185,254). Sum of RGB (Red+Green+Blue) = 253+185+254=692 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.56% from 692); Green value is 185 (72.66% from 255 or 26.73% from 692); Blue value is 254 (99.61% from 255 or 36.71% from 692); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDB9FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB9FE is #024601. Grayscale: #D4D4D4. Windows color (decimal): -148994 or 16693757. OLE color: 16693757.

HSL color Cylindrical-coordinate representation of color #FDB9FE: hue angle of 299.13º 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 #FDB9FE is Cyan = 0.00, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 253 185 254 -
CMYK 0.00 0.27 0 0.00
HSL 299.13º 0.97% 0.86% -
HSV(B) 299.13º 0.27% 1% -
XYZ 75.75 62.74 101.88 -
YUV 213.2 151.03 156.39 -
System Red Green Blue C M Y K H S L
Decimal 253 185 254 0.00 0.27 0 0.00 299.13 0.97 0.86
Hex FD B9 FE 0 1B 0 0 12B 61 56
Octal 375 271 376 0 33 0 0 453 141 126
Binary 11111101 10111001 11111110 0 11011 0 0 100101011 1100001 1010110

Color Harmonies of #FDB9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB9FE

Black with #FDB9FE

Text Example


Text Example

White with #FDB9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB9FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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