Html Css Color HEX #FDA1F9 Lavender Rose

📋 copy color: '#FDA1F9'

red 253 ◦ green 161 ◦ blue 249

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

Shades of Lavender Rose #FDA1F9

Tints of Lavender Rose #FDA1F9

RGB

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

 GREEN value IS 161 (63.28% from 255) = 24.28%

 BLUE value IS 249 (97.66% from 255) = 37.56%

R = 38.16%
G = 24.28%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FDA1F9 (or 0xFDA1F9) is known color: Lavender Rose. HEX triplet: FD, A1 and F9. RGB value is (253,161,249). Sum of RGB (Red+Green+Blue) = 253+161+249=663 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.16% from 663); Green value is 161 (63.28% from 255 or 24.28% from 663); Blue value is 249 (97.66% from 255 or 37.56% from 663); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA1F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA1F9 is #025E06. Grayscale: #C6C6C6. Windows color (decimal): -155143 or 16359933. OLE color: 16359933.

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

Color convert

RGB 253 161 249 -
CMYK 0 0.36 0.02 0.01
HSL 302.61º 0.96% 0.81% -
HSV(B) 302.61º 0.36% 0.99% -
XYZ 70.35 53.21 96.19 -
YUV 198.54 156.48 166.84 -
System Red Green Blue C M Y K H S L
Decimal 253 161 249 0 0.36 0.02 0.01 302.61 0.96 0.81
Hex FD A1 F9 0 24 2 1 12F 60 51
Octal 375 241 371 0 44 2 1 457 140 121
Binary 11111101 10100001 11111001 0 100100 10 1 100101111 1100000 1010001

Color Harmonies of #FDA1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA1F9

Black with #FDA1F9

Text Example


Text Example

White with #FDA1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA1F9; }

 p { color: rgb(253,161,249); }

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

background-color css

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

 a { background-color: rgb(253,161,249); }

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

border-color css

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

 span { border-color: rgb(253,161,249); }

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