Html Css Color HEX #FDA8F6 Lavender Rose

📋 copy color: '#FDA8F6'

red 253 ◦ green 168 ◦ blue 246

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

Shades of Lavender Rose #FDA8F6

Tints of Lavender Rose #FDA8F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 36.88%

R = 37.93%
G = 25.19%
B = 36.88%

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

#FDA8F6 (or 0xFDA8F6) is known color: Lavender Rose. HEX triplet: FD, A8 and F6. RGB value is (253,168,246). Sum of RGB (Red+Green+Blue) = 253+168+246=667 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.93% from 667); Green value is 168 (66.02% from 255 or 25.19% from 667); Blue value is 246 (96.48% from 255 or 36.88% from 667); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA8F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA8F6 is #025709. Grayscale: #CACACA. Windows color (decimal): -153354 or 16165117. OLE color: 16165117.

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

Color convert

RGB 253 168 246 -
CMYK 0 0.34 0.03 0.01
HSL 304.94º 0.96% 0.83% -
HSV(B) 304.94º 0.34% 0.99% -
XYZ 71.15 55.54 94.16 -
YUV 202.31 152.66 164.16 -
System Red Green Blue C M Y K H S L
Decimal 253 168 246 0 0.34 0.03 0.01 304.94 0.96 0.83
Hex FD A8 F6 0 22 3 1 131 60 53
Octal 375 250 366 0 42 3 1 461 140 123
Binary 11111101 10101000 11110110 0 100010 11 1 100110001 1100000 1010011

Color Harmonies of #FDA8F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA8F6

Black with #FDA8F6

Text Example


Text Example

White with #FDA8F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA8F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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