Html Css Color HEX #FDA1FF Lavender Rose

📋 copy color: '#FDA1FF'

red 253 ◦ green 161 ◦ blue 255

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

Shades of Lavender Rose #FDA1FF

Tints of Lavender Rose #FDA1FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.12%

R = 37.82%
G = 24.07%
B = 38.12%

CMYK

 C value IS 0.01

 M value IS 0.37

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FDA1FF (or 0xFDA1FF) is known color: Lavender Rose. HEX triplet: FD, A1 and FF. RGB value is (253,161,255). Sum of RGB (Red+Green+Blue) = 253+161+255=669 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.82% from 669); Green value is 161 (63.28% from 255 or 24.07% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDA1FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA1FF is #025E00. Grayscale: #C6C6C6. Windows color (decimal): -155137 or 16753149. OLE color: 16753149.

HSL color Cylindrical-coordinate representation of color #FDA1FF: hue angle of 298.72º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FDA1FF is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 253 161 255 -
CMYK 0.01 0.37 0 0
HSL 298.72º 1% 0.82% -
HSV(B) 298.72º 0.37% 1% -
XYZ 71.3 53.59 101.19 -
YUV 199.22 159.48 166.36 -
System Red Green Blue C M Y K H S L
Decimal 253 161 255 0.01 0.37 0 0 298.72 1 0.82
Hex FD A1 FF 1 25 0 0 12B 64 52
Octal 375 241 377 1 45 0 0 453 144 122
Binary 11111101 10100001 11111111 1 100101 0 0 100101011 1100100 1010010

Color Harmonies of #FDA1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA1FF

Black with #FDA1FF

Text Example


Text Example

White with #FDA1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA1FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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