Html Css Color HEX #FDA9F1 Lavender Rose

📋 copy color: '#FDA9F1'

red 253 ◦ green 169 ◦ blue 241

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

Shades of Lavender Rose #FDA9F1

Tints of Lavender Rose #FDA9F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 36.35%

R = 38.16%
G = 25.49%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FDA9F1 (or 0xFDA9F1) is known color: Lavender Rose. HEX triplet: FD, A9 and F1. RGB value is (253,169,241). Sum of RGB (Red+Green+Blue) = 253+169+241=663 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.16% from 663); Green value is 169 (66.41% from 255 or 25.49% from 663); Blue value is 241 (94.53% from 255 or 36.35% from 663); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA9F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA9F1 is #02560E. Grayscale: #CACACA. Windows color (decimal): -153103 or 15837693. OLE color: 15837693.

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

Color convert

RGB 253 169 241 -
CMYK 0 0.33 0.05 0.01
HSL 308.57º 0.95% 0.83% -
HSV(B) 308.57º 0.33% 0.99% -
XYZ 70.57 55.61 90.23 -
YUV 202.32 149.83 164.15 -
System Red Green Blue C M Y K H S L
Decimal 253 169 241 0 0.33 0.05 0.01 308.57 0.95 0.83
Hex FD A9 F1 0 21 5 1 135 5F 53
Octal 375 251 361 0 41 5 1 465 137 123
Binary 11111101 10101001 11110001 0 100001 101 1 100110101 1011111 1010011

Color Harmonies of #FDA9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA9F1

Black with #FDA9F1

Text Example


Text Example

White with #FDA9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA9F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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