Html Css Color HEX #FDA2F8 Lavender Rose

📋 copy color: '#FDA2F8'

red 253 ◦ green 162 ◦ blue 248

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

Shades of Lavender Rose #FDA2F8

Tints of Lavender Rose #FDA2F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 37.41%

R = 38.16%
G = 24.43%
B = 37.41%

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

#FDA2F8 (or 0xFDA2F8) is known color: Lavender Rose. HEX triplet: FD, A2 and F8. RGB value is (253,162,248). Sum of RGB (Red+Green+Blue) = 253+162+248=663 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.16% from 663); Green value is 162 (63.67% from 255 or 24.43% from 663); Blue value is 248 (97.27% from 255 or 37.41% from 663); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA2F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA2F8 is #025D07. Grayscale: #C6C6C6. Windows color (decimal): -154888 or 16294653. OLE color: 16294653.

HSL color Cylindrical-coordinate representation of color #FDA2F8: hue angle of 303.3º 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 #FDA2F8 is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 162 248 -
CMYK 0 0.36 0.02 0.01
HSL 303.3º 0.96% 0.81% -
HSV(B) 303.3º 0.36% 0.99% -
XYZ 70.37 53.5 95.42 -
YUV 199.01 155.65 166.51 -
System Red Green Blue C M Y K H S L
Decimal 253 162 248 0 0.36 0.02 0.01 303.3 0.96 0.81
Hex FD A2 F8 0 24 2 1 12F 60 51
Octal 375 242 370 0 44 2 1 457 140 121
Binary 11111101 10100010 11111000 0 100100 10 1 100101111 1100000 1010001

Color Harmonies of #FDA2F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA2F8

Black with #FDA2F8

Text Example


Text Example

White with #FDA2F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA2F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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