Html Css Color HEX #FDA8F1 Lavender Rose

📋 copy color: '#FDA8F1'

red 253 ◦ green 168 ◦ blue 241

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

Shades of Lavender Rose #FDA8F1

Tints of Lavender Rose #FDA8F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 36.4%

R = 38.22%
G = 25.38%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FDA8F1 (or 0xFDA8F1) is known color: Lavender Rose. HEX triplet: FD, A8 and F1. RGB value is (253,168,241). Sum of RGB (Red+Green+Blue) = 253+168+241=662 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.22% from 662); Green value is 168 (66.02% from 255 or 25.38% from 662); Blue value is 241 (94.53% from 255 or 36.40% from 662); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA8F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA8F1 is #02570E. Grayscale: #C9C9C9. Windows color (decimal): -153359 or 15837437. OLE color: 15837437.

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

Color convert

RGB 253 168 241 -
CMYK 0 0.34 0.05 0.01
HSL 308.47º 0.96% 0.83% -
HSV(B) 308.47º 0.34% 0.99% -
XYZ 70.39 55.24 90.17 -
YUV 201.74 150.16 164.56 -
System Red Green Blue C M Y K H S L
Decimal 253 168 241 0 0.34 0.05 0.01 308.47 0.96 0.83
Hex FD A8 F1 0 22 5 1 134 60 53
Octal 375 250 361 0 42 5 1 464 140 123
Binary 11111101 10101000 11110001 0 100010 101 1 100110100 1100000 1010011

Color Harmonies of #FDA8F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA8F1

Black with #FDA8F1

Text Example


Text Example

White with #FDA8F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA8F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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