Html Css Color HEX #FDA3FB Lavender Rose

📋 copy color: '#FDA3FB'

red 253 ◦ green 163 ◦ blue 251

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

Shades of Lavender Rose #FDA3FB

Tints of Lavender Rose #FDA3FB

RGB

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

 GREEN value IS 163 (64.06% from 255) = 24.44%

 BLUE value IS 251 (98.44% from 255) = 37.63%

R = 37.93%
G = 24.44%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FDA3FB (or 0xFDA3FB) is known color: Lavender Rose. HEX triplet: FD, A3 and FB. RGB value is (253,163,251). Sum of RGB (Red+Green+Blue) = 253+163+251=667 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.93% from 667); Green value is 163 (64.06% from 255 or 24.44% from 667); Blue value is 251 (98.44% from 255 or 37.63% from 667); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA3FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA3FB is #025C04. Grayscale: #C7C7C7. Windows color (decimal): -154629 or 16491517. OLE color: 16491517.

HSL color Cylindrical-coordinate representation of color #FDA3FB: hue angle of 301.33º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FDA3FB is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 163 251 -
CMYK 0 0.36 0.01 0.01
HSL 301.33º 0.96% 0.82% -
HSV(B) 301.33º 0.36% 0.99% -
XYZ 71.02 54.04 97.95 -
YUV 199.94 156.82 165.84 -
System Red Green Blue C M Y K H S L
Decimal 253 163 251 0 0.36 0.01 0.01 301.33 0.96 0.82
Hex FD A3 FB 0 24 1 1 12D 60 52
Octal 375 243 373 0 44 1 1 455 140 122
Binary 11111101 10100011 11111011 0 100100 1 1 100101101 1100000 1010010

Color Harmonies of #FDA3FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA3FB

Black with #FDA3FB

Text Example


Text Example

White with #FDA3FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA3FB; }

 p { color: rgb(253,163,251); }

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

background-color css

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

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

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

border-color css

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

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

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