Html Css Color HEX #FDA8F3 Lavender Rose

📋 copy color: '#FDA8F3'

red 253 ◦ green 168 ◦ blue 243

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

Shades of Lavender Rose #FDA8F3

Tints of Lavender Rose #FDA8F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 36.6%

R = 38.1%
G = 25.3%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FDA8F3 (or 0xFDA8F3) is known color: Lavender Rose. HEX triplet: FD, A8 and F3. RGB value is (253,168,243). Sum of RGB (Red+Green+Blue) = 253+168+243=664 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.10% from 664); Green value is 168 (66.02% from 255 or 25.30% from 664); Blue value is 243 (95.31% from 255 or 36.60% from 664); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA8F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA8F3 is #02570C. Grayscale: #C9C9C9. Windows color (decimal): -153357 or 15968509. OLE color: 15968509.

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

Color convert

RGB 253 168 243 -
CMYK 0 0.34 0.04 0.01
HSL 307.06º 0.96% 0.83% -
HSV(B) 307.06º 0.34% 0.99% -
XYZ 70.69 55.36 91.75 -
YUV 201.97 151.16 164.4 -
System Red Green Blue C M Y K H S L
Decimal 253 168 243 0 0.34 0.04 0.01 307.06 0.96 0.83
Hex FD A8 F3 0 22 4 1 133 60 53
Octal 375 250 363 0 42 4 1 463 140 123
Binary 11111101 10101000 11110011 0 100010 100 1 100110011 1100000 1010011

Color Harmonies of #FDA8F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA8F3

Black with #FDA8F3

Text Example


Text Example

White with #FDA8F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA8F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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