Html Css Color HEX #FDA8F5 Lavender Rose

📋 copy color: '#FDA8F5'

red 253 ◦ green 168 ◦ blue 245

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

Shades of Lavender Rose #FDA8F5

Tints of Lavender Rose #FDA8F5

RGB

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

 GREEN value IS 168 (66.02% from 255) = 25.23%

 BLUE value IS 245 (96.09% from 255) = 36.79%

R = 37.99%
G = 25.23%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#FDA8F5 (or 0xFDA8F5) is known color: Lavender Rose. HEX triplet: FD, A8 and F5. RGB value is (253,168,245). Sum of RGB (Red+Green+Blue) = 253+168+245=666 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.99% from 666); Green value is 168 (66.02% from 255 or 25.23% from 666); Blue value is 245 (96.09% from 255 or 36.79% from 666); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA8F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA8F5 is #02570A. Grayscale: #C9C9C9. Windows color (decimal): -153355 or 16099581. OLE color: 16099581.

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

Color convert

RGB 253 168 245 -
CMYK 0 0.34 0.03 0.01
HSL 305.65º 0.96% 0.83% -
HSV(B) 305.65º 0.34% 0.99% -
XYZ 70.99 55.48 93.35 -
YUV 202.19 152.16 164.24 -
System Red Green Blue C M Y K H S L
Decimal 253 168 245 0 0.34 0.03 0.01 305.65 0.96 0.83
Hex FD A8 F5 0 22 3 1 132 60 53
Octal 375 250 365 0 42 3 1 462 140 123
Binary 11111101 10101000 11110101 0 100010 11 1 100110010 1100000 1010011

Color Harmonies of #FDA8F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA8F5

Black with #FDA8F5

Text Example


Text Example

White with #FDA8F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA8F5; }

 p { color: rgb(253,168,245); }

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

background-color css

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

 a { background-color: rgb(253,168,245); }

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

border-color css

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

 span { border-color: rgb(253,168,245); }

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