Html Css Color HEX #FDA6FF Lavender Rose

📋 copy color: '#FDA6FF'

red 253 ◦ green 166 ◦ blue 255

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

Shades of Lavender Rose #FDA6FF

Tints of Lavender Rose #FDA6FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 37.83%

R = 37.54%
G = 24.63%
B = 37.83%

CMYK

 C value IS 0.01

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FDA6FF (or 0xFDA6FF) is known color: Lavender Rose. HEX triplet: FD, A6 and FF. RGB value is (253,166,255). Sum of RGB (Red+Green+Blue) = 253+166+255=674 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.54% from 674); Green value is 166 (65.23% from 255 or 24.63% from 674); Blue value is 255 (100% from 255 or 37.83% from 674); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDA6FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA6FF is #025900. Grayscale: #C9C9C9. Windows color (decimal): -153857 or 16754429. OLE color: 16754429.

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

Color convert

RGB 253 166 255 -
CMYK 0.01 0.35 0 0
HSL 298.65º 1% 0.83% -
HSV(B) 298.65º 0.35% 1% -
XYZ 72.19 55.38 101.49 -
YUV 202.16 157.82 164.26 -
System Red Green Blue C M Y K H S L
Decimal 253 166 255 0.01 0.35 0 0 298.65 1 0.83
Hex FD A6 FF 1 23 0 0 12B 64 53
Octal 375 246 377 1 43 0 0 453 144 123
Binary 11111101 10100110 11111111 1 100011 0 0 100101011 1100100 1010011

Color Harmonies of #FDA6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA6FF

Black with #FDA6FF

Text Example


Text Example

White with #FDA6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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