Html Css Color HEX #FDA2FE Lavender Rose

📋 copy color: '#FDA2FE'

red 253 ◦ green 162 ◦ blue 254

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

Shades of Lavender Rose #FDA2FE

Tints of Lavender Rose #FDA2FE

RGB

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

 GREEN value IS 162 (63.67% from 255) = 24.22%

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

R = 37.82%
G = 24.22%
B = 37.97%

CMYK

 C value IS 0.00

 M value IS 0.36

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FDA2FE (or 0xFDA2FE) is known color: Lavender Rose. HEX triplet: FD, A2 and FE. RGB value is (253,162,254). Sum of RGB (Red+Green+Blue) = 253+162+254=669 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.82% from 669); Green value is 162 (63.67% from 255 or 24.22% from 669); Blue value is 254 (99.61% from 255 or 37.97% from 669); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDA2FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA2FE is #025D01. Grayscale: #C7C7C7. Windows color (decimal): -154882 or 16687869. OLE color: 16687869.

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

Color convert

RGB 253 162 254 -
CMYK 0.00 0.36 0 0.00
HSL 299.35º 0.98% 0.82% -
HSV(B) 299.35º 0.36% 1% -
XYZ 71.32 53.88 100.41 -
YUV 199.7 158.65 166.02 -
System Red Green Blue C M Y K H S L
Decimal 253 162 254 0.00 0.36 0 0.00 299.35 0.98 0.82
Hex FD A2 FE 0 24 0 0 12B 62 52
Octal 375 242 376 0 44 0 0 453 142 122
Binary 11111101 10100010 11111110 0 100100 0 0 100101011 1100010 1010010

Color Harmonies of #FDA2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA2FE

Black with #FDA2FE

Text Example


Text Example

White with #FDA2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA2FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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