Html Css Color HEX #FDA6FD Lavender Rose

📋 copy color: '#FDA6FD'

red 253 ◦ green 166 ◦ blue 253

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

Shades of Lavender Rose #FDA6FD

Tints of Lavender Rose #FDA6FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 37.65%

R = 37.65%
G = 24.7%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FDA6FD (or 0xFDA6FD) is known color: Lavender Rose. HEX triplet: FD, A6 and FD. RGB value is (253,166,253). Sum of RGB (Red+Green+Blue) = 253+166+253=672 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.65% from 672); Green value is 166 (65.23% from 255 or 24.70% from 672); Blue value is 253 (99.22% from 255 or 37.65% from 672); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDA6FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA6FD is #025902. Grayscale: #C9C9C9. Windows color (decimal): -153859 or 16623357. OLE color: 16623357.

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

Color convert

RGB 253 166 253 -
CMYK 0 0.34 0 0.01
HSL 300º 0.96% 0.82% -
HSV(B) 300º 0.34% 0.99% -
XYZ 71.87 55.25 99.8 -
YUV 201.93 156.82 164.43 -
System Red Green Blue C M Y K H S L
Decimal 253 166 253 0 0.34 0 0.01 300 0.96 0.82
Hex FD A6 FD 0 22 0 1 12C 60 52
Octal 375 246 375 0 42 0 1 454 140 122
Binary 11111101 10100110 11111101 0 100010 0 1 100101100 1100000 1010010

Color Harmonies of #FDA6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA6FD

Black with #FDA6FD

Text Example


Text Example

White with #FDA6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA6FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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