Html Css Color HEX #FDA2F7 Lavender Rose

📋 copy color: '#FDA2F7'

red 253 ◦ green 162 ◦ blue 247

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

Shades of Lavender Rose #FDA2F7

Tints of Lavender Rose #FDA2F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 37.31%

R = 38.22%
G = 24.47%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FDA2F7 (or 0xFDA2F7) is known color: Lavender Rose. HEX triplet: FD, A2 and F7. RGB value is (253,162,247). Sum of RGB (Red+Green+Blue) = 253+162+247=662 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.22% from 662); Green value is 162 (63.67% from 255 or 24.47% from 662); Blue value is 247 (96.88% from 255 or 37.31% from 662); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA2F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA2F7 is #025D08. Grayscale: #C6C6C6. Windows color (decimal): -154889 or 16229117. OLE color: 16229117.

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

Color convert

RGB 253 162 247 -
CMYK 0 0.36 0.02 0.01
HSL 303.96º 0.96% 0.81% -
HSV(B) 303.96º 0.36% 0.99% -
XYZ 70.22 53.44 94.61 -
YUV 198.9 155.15 166.59 -
System Red Green Blue C M Y K H S L
Decimal 253 162 247 0 0.36 0.02 0.01 303.96 0.96 0.81
Hex FD A2 F7 0 24 2 1 130 60 51
Octal 375 242 367 0 44 2 1 460 140 121
Binary 11111101 10100010 11110111 0 100100 10 1 100110000 1100000 1010001

Color Harmonies of #FDA2F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA2F7

Black with #FDA2F7

Text Example


Text Example

White with #FDA2F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA2F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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