Html Css Color HEX #FDB3FA Lavender Rose

📋 copy color: '#FDB3FA'

red 253 ◦ green 179 ◦ blue 250

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

Shades of Lavender Rose #FDB3FA

Tints of Lavender Rose #FDB3FA

RGB

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

 GREEN value IS 179 (70.31% from 255) = 26.25%

 BLUE value IS 250 (98.05% from 255) = 36.66%

R = 37.1%
G = 26.25%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FDB3FA (or 0xFDB3FA) is known color: Lavender Rose. HEX triplet: FD, B3 and FA. RGB value is (253,179,250). Sum of RGB (Red+Green+Blue) = 253+179+250=682 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.10% from 682); Green value is 179 (70.31% from 255 or 26.25% from 682); Blue value is 250 (98.05% from 255 or 36.66% from 682); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB3FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB3FA is #024C05. Grayscale: #D1D1D1. Windows color (decimal): -150534 or 16430077. OLE color: 16430077.

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

Color convert

RGB 253 179 250 -
CMYK 0 0.29 0.01 0.01
HSL 302.43º 0.95% 0.85% -
HSV(B) 302.43º 0.29% 0.99% -
XYZ 73.88 60.02 98.13 -
YUV 209.22 151.02 159.23 -
System Red Green Blue C M Y K H S L
Decimal 253 179 250 0 0.29 0.01 0.01 302.43 0.95 0.85
Hex FD B3 FA 0 1D 1 1 12E 5F 55
Octal 375 263 372 0 35 1 1 456 137 125
Binary 11111101 10110011 11111010 0 11101 1 1 100101110 1011111 1010101

Color Harmonies of #FDB3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB3FA

Black with #FDB3FA

Text Example


Text Example

White with #FDB3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB3FA; }

 p { color: rgb(253,179,250); }

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

background-color css

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

 a { background-color: rgb(253,179,250); }

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

border-color css

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

 span { border-color: rgb(253,179,250); }

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