Html Css Color HEX #FDA9F3 Lavender Rose

📋 copy color: '#FDA9F3'

red 253 ◦ green 169 ◦ blue 243

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

Shades of Lavender Rose #FDA9F3

Tints of Lavender Rose #FDA9F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 36.54%

R = 38.05%
G = 25.41%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FDA9F3 (or 0xFDA9F3) is known color: Lavender Rose. HEX triplet: FD, A9 and F3. RGB value is (253,169,243). Sum of RGB (Red+Green+Blue) = 253+169+243=665 (88% of max value = 765). Red value is 253 (99.22% from 255 or 38.05% from 665); Green value is 169 (66.41% from 255 or 25.41% from 665); Blue value is 243 (95.31% from 255 or 36.54% from 665); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA9F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA9F3 is #02560C. Grayscale: #CACACA. Windows color (decimal): -153101 or 15968765. OLE color: 15968765.

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

Color convert

RGB 253 169 243 -
CMYK 0 0.33 0.04 0.01
HSL 307.14º 0.95% 0.83% -
HSV(B) 307.14º 0.33% 0.99% -
XYZ 70.87 55.73 91.82 -
YUV 202.55 150.83 163.98 -
System Red Green Blue C M Y K H S L
Decimal 253 169 243 0 0.33 0.04 0.01 307.14 0.95 0.83
Hex FD A9 F3 0 21 4 1 133 5F 53
Octal 375 251 363 0 41 4 1 463 137 123
Binary 11111101 10101001 11110011 0 100001 100 1 100110011 1011111 1010011

Color Harmonies of #FDA9F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA9F3

Black with #FDA9F3

Text Example


Text Example

White with #FDA9F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA9F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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