Html Css Color HEX #FDA1F6 Lavender Rose

📋 copy color: '#FDA1F6'

red 253 ◦ green 161 ◦ blue 246

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

Shades of Lavender Rose #FDA1F6

Tints of Lavender Rose #FDA1F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 37.27%

R = 38.33%
G = 24.39%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#FDA1F6 (or 0xFDA1F6) is known color: Lavender Rose. HEX triplet: FD, A1 and F6. RGB value is (253,161,246). Sum of RGB (Red+Green+Blue) = 253+161+246=660 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.33% from 660); Green value is 161 (63.28% from 255 or 24.39% from 660); Blue value is 246 (96.48% from 255 or 37.27% from 660); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA1F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA1F6 is #025E09. Grayscale: #C5C5C5. Windows color (decimal): -155146 or 16163325. OLE color: 16163325.

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

Color convert

RGB 253 161 246 -
CMYK 0 0.36 0.03 0.01
HSL 304.57º 0.96% 0.81% -
HSV(B) 304.57º 0.36% 0.99% -
XYZ 69.89 53.03 93.74 -
YUV 198.2 154.98 167.09 -
System Red Green Blue C M Y K H S L
Decimal 253 161 246 0 0.36 0.03 0.01 304.57 0.96 0.81
Hex FD A1 F6 0 24 3 1 131 60 51
Octal 375 241 366 0 44 3 1 461 140 121
Binary 11111101 10100001 11110110 0 100100 11 1 100110001 1100000 1010001

Color Harmonies of #FDA1F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA1F6

Black with #FDA1F6

Text Example


Text Example

White with #FDA1F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA1F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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