Html Css Color HEX #FDA9FE Lavender Rose

📋 copy color: '#FDA9FE'

red 253 ◦ green 169 ◦ blue 254

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

Shades of Lavender Rose #FDA9FE

Tints of Lavender Rose #FDA9FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 37.57%

R = 37.43%
G = 25%
B = 37.57%

CMYK

 C value IS 0.00

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FDA9FE (or 0xFDA9FE) is known color: Lavender Rose. HEX triplet: FD, A9 and FE. RGB value is (253,169,254). Sum of RGB (Red+Green+Blue) = 253+169+254=676 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.43% from 676); Green value is 169 (66.41% from 255 or 25% from 676); Blue value is 254 (99.61% from 255 or 37.57% from 676); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDA9FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA9FE is #025601. Grayscale: #CBCBCB. Windows color (decimal): -153090 or 16689661. OLE color: 16689661.

HSL color Cylindrical-coordinate representation of color #FDA9FE: hue angle of 299.29º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FDA9FE is Cyan = 0.00, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 253 169 254 -
CMYK 0.00 0.33 0 0.00
HSL 299.29º 0.98% 0.83% -
HSV(B) 299.29º 0.33% 1% -
XYZ 72.59 56.41 100.83 -
YUV 203.81 156.33 163.09 -
System Red Green Blue C M Y K H S L
Decimal 253 169 254 0.00 0.33 0 0.00 299.29 0.98 0.83
Hex FD A9 FE 0 21 0 0 12B 62 53
Octal 375 251 376 0 41 0 0 453 142 123
Binary 11111101 10101001 11111110 0 100001 0 0 100101011 1100010 1010011

Color Harmonies of #FDA9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA9FE

Black with #FDA9FE

Text Example


Text Example

White with #FDA9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA9FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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