Html Css Color HEX #FDA6F7 Lavender Rose

📋 copy color: '#FDA6F7'

red 253 ◦ green 166 ◦ blue 247

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

Shades of Lavender Rose #FDA6F7

Tints of Lavender Rose #FDA6F7

RGB

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

 GREEN value IS 166 (65.23% from 255) = 24.92%

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

R = 37.99%
G = 24.92%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FDA6F7 (or 0xFDA6F7) is known color: Lavender Rose. HEX triplet: FD, A6 and F7. RGB value is (253,166,247). Sum of RGB (Red+Green+Blue) = 253+166+247=666 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.99% from 666); Green value is 166 (65.23% from 255 or 24.92% from 666); Blue value is 247 (96.88% from 255 or 37.09% from 666); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA6F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA6F7 is #025908. Grayscale: #C9C9C9. Windows color (decimal): -153865 or 16230141. OLE color: 16230141.

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

Color convert

RGB 253 166 247 -
CMYK 0 0.34 0.02 0.01
HSL 304.14º 0.96% 0.82% -
HSV(B) 304.14º 0.34% 0.99% -
XYZ 70.93 54.87 94.85 -
YUV 201.25 153.82 164.91 -
System Red Green Blue C M Y K H S L
Decimal 253 166 247 0 0.34 0.02 0.01 304.14 0.96 0.82
Hex FD A6 F7 0 22 2 1 130 60 52
Octal 375 246 367 0 42 2 1 460 140 122
Binary 11111101 10100110 11110111 0 100010 10 1 100110000 1100000 1010010

Color Harmonies of #FDA6F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA6F7

Black with #FDA6F7

Text Example


Text Example

White with #FDA6F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA6F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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