Html Css Color HEX #FDA8FE Lavender Rose

📋 copy color: '#FDA8FE'

red 253 ◦ green 168 ◦ blue 254

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

Shades of Lavender Rose #FDA8FE

Tints of Lavender Rose #FDA8FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 37.63%

R = 37.48%
G = 24.89%
B = 37.63%

CMYK

 C value IS 0.00

 M value IS 0.34

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FDA8FE (or 0xFDA8FE) is known color: Lavender Rose. HEX triplet: FD, A8 and FE. RGB value is (253,168,254). Sum of RGB (Red+Green+Blue) = 253+168+254=675 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.48% from 675); Green value is 168 (66.02% from 255 or 24.89% from 675); Blue value is 254 (99.61% from 255 or 37.63% from 675); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDA8FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA8FE is #025701. Grayscale: #CACACA. Windows color (decimal): -153346 or 16689405. OLE color: 16689405.

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

Color convert

RGB 253 168 254 -
CMYK 0.00 0.34 0 0.00
HSL 299.3º 0.98% 0.83% -
HSV(B) 299.3º 0.34% 1% -
XYZ 72.4 56.04 100.77 -
YUV 203.22 156.66 163.51 -
System Red Green Blue C M Y K H S L
Decimal 253 168 254 0.00 0.34 0 0.00 299.3 0.98 0.83
Hex FD A8 FE 0 22 0 0 12B 62 53
Octal 375 250 376 0 42 0 0 453 142 123
Binary 11111101 10101000 11111110 0 100010 0 0 100101011 1100010 1010011

Color Harmonies of #FDA8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA8FE

Black with #FDA8FE

Text Example


Text Example

White with #FDA8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA8FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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