Html Css Color HEX #FDA5FA Lavender Rose

📋 copy color: '#FDA5FA'

red 253 ◦ green 165 ◦ blue 250

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

Shades of Lavender Rose #FDA5FA

Tints of Lavender Rose #FDA5FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.43%

R = 37.87%
G = 24.7%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FDA5FA (or 0xFDA5FA) is known color: Lavender Rose. HEX triplet: FD, A5 and FA. RGB value is (253,165,250). Sum of RGB (Red+Green+Blue) = 253+165+250=668 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.87% from 668); Green value is 165 (64.84% from 255 or 24.70% from 668); Blue value is 250 (98.05% from 255 or 37.43% from 668); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA5FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA5FA is #025A05. Grayscale: #C8C8C8. Windows color (decimal): -154118 or 16426493. OLE color: 16426493.

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

Color convert

RGB 253 165 250 -
CMYK 0 0.35 0.01 0.01
HSL 302.05º 0.96% 0.82% -
HSV(B) 302.05º 0.35% 0.99% -
XYZ 71.22 54.7 97.25 -
YUV 201 155.65 165.09 -
System Red Green Blue C M Y K H S L
Decimal 253 165 250 0 0.35 0.01 0.01 302.05 0.96 0.82
Hex FD A5 FA 0 23 1 1 12E 60 52
Octal 375 245 372 0 43 1 1 456 140 122
Binary 11111101 10100101 11111010 0 100011 1 1 100101110 1100000 1010010

Color Harmonies of #FDA5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA5FA

Black with #FDA5FA

Text Example


Text Example

White with #FDA5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA5FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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