Html Css Color HEX #FDA9FB Lavender Rose

📋 copy color: '#FDA9FB'

red 253 ◦ green 169 ◦ blue 251

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

Shades of Lavender Rose #FDA9FB

Tints of Lavender Rose #FDA9FB

RGB

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

 GREEN value IS 169 (66.41% from 255) = 25.11%

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

R = 37.59%
G = 25.11%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FDA9FB (or 0xFDA9FB) is known color: Lavender Rose. HEX triplet: FD, A9 and FB. RGB value is (253,169,251). Sum of RGB (Red+Green+Blue) = 253+169+251=673 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.59% from 673); Green value is 169 (66.41% from 255 or 25.11% from 673); Blue value is 251 (98.44% from 255 or 37.30% from 673); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA9FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA9FB is #025604. Grayscale: #CBCBCB. Windows color (decimal): -153093 or 16493053. OLE color: 16493053.

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

Color convert

RGB 253 169 251 -
CMYK 0 0.33 0.01 0.01
HSL 301.43º 0.95% 0.83% -
HSV(B) 301.43º 0.33% 0.99% -
XYZ 72.11 56.22 98.32 -
YUV 203.46 154.83 163.33 -
System Red Green Blue C M Y K H S L
Decimal 253 169 251 0 0.33 0.01 0.01 301.43 0.95 0.83
Hex FD A9 FB 0 21 1 1 12D 5F 53
Octal 375 251 373 0 41 1 1 455 137 123
Binary 11111101 10101001 11111011 0 100001 1 1 100101101 1011111 1010011

Color Harmonies of #FDA9FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA9FB

Black with #FDA9FB

Text Example


Text Example

White with #FDA9FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA9FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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