Html Css Color HEX #FDA1F7 Lavender Rose

📋 copy color: '#FDA1F7'

red 253 ◦ green 161 ◦ blue 247

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

Shades of Lavender Rose #FDA1F7

Tints of Lavender Rose #FDA1F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 37.37%

R = 38.28%
G = 24.36%
B = 37.37%

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

#FDA1F7 (or 0xFDA1F7) is known color: Lavender Rose. HEX triplet: FD, A1 and F7. RGB value is (253,161,247). Sum of RGB (Red+Green+Blue) = 253+161+247=661 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.28% from 661); Green value is 161 (63.28% from 255 or 24.36% from 661); Blue value is 247 (96.88% from 255 or 37.37% from 661); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA1F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA1F7 is #025E08. Grayscale: #C6C6C6. Windows color (decimal): -155145 or 16228861. OLE color: 16228861.

HSL color Cylindrical-coordinate representation of color #FDA1F7: hue angle of 303.91º 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 #FDA1F7 is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 161 247 -
CMYK 0 0.36 0.02 0.01
HSL 303.91º 0.96% 0.81% -
HSV(B) 303.91º 0.36% 0.99% -
XYZ 70.04 53.09 94.55 -
YUV 198.31 155.48 167.01 -
System Red Green Blue C M Y K H S L
Decimal 253 161 247 0 0.36 0.02 0.01 303.91 0.96 0.81
Hex FD A1 F7 0 24 2 1 130 60 51
Octal 375 241 367 0 44 2 1 460 140 121
Binary 11111101 10100001 11110111 0 100100 10 1 100110000 1100000 1010001

Color Harmonies of #FDA1F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA1F7

Black with #FDA1F7

Text Example


Text Example

White with #FDA1F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA1F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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