Html Css Color HEX #FDA5FE Lavender Rose

📋 copy color: '#FDA5FE'

red 253 ◦ green 165 ◦ blue 254

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

Shades of Lavender Rose #FDA5FE

Tints of Lavender Rose #FDA5FE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 24.55%

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

R = 37.65%
G = 24.55%
B = 37.8%

CMYK

 C value IS 0.00

 M value IS 0.35

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FDA5FE (or 0xFDA5FE) is known color: Lavender Rose. HEX triplet: FD, A5 and FE. RGB value is (253,165,254). Sum of RGB (Red+Green+Blue) = 253+165+254=672 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.65% from 672); Green value is 165 (64.84% from 255 or 24.55% from 672); Blue value is 254 (99.61% from 255 or 37.80% from 672); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDA5FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA5FE is #025A01. Grayscale: #C9C9C9. Windows color (decimal): -154114 or 16688637. OLE color: 16688637.

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

Color convert

RGB 253 165 254 -
CMYK 0.00 0.35 0 0.00
HSL 299.33º 0.98% 0.82% -
HSV(B) 299.33º 0.35% 1% -
XYZ 71.85 54.95 100.59 -
YUV 201.46 157.65 164.76 -
System Red Green Blue C M Y K H S L
Decimal 253 165 254 0.00 0.35 0 0.00 299.33 0.98 0.82
Hex FD A5 FE 0 23 0 0 12B 62 52
Octal 375 245 376 0 43 0 0 453 142 122
Binary 11111101 10100101 11111110 0 100011 0 0 100101011 1100010 1010010

Color Harmonies of #FDA5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA5FE

Black with #FDA5FE

Text Example


Text Example

White with #FDA5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA5FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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