Html Css Color HEX #FDA2FB Lavender Rose

📋 copy color: '#FDA2FB'

red 253 ◦ green 162 ◦ blue 251

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

Shades of Lavender Rose #FDA2FB

Tints of Lavender Rose #FDA2FB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 24.32%

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

R = 37.99%
G = 24.32%
B = 37.69%

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

#FDA2FB (or 0xFDA2FB) is known color: Lavender Rose. HEX triplet: FD, A2 and FB. RGB value is (253,162,251). Sum of RGB (Red+Green+Blue) = 253+162+251=666 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.99% from 666); Green value is 162 (63.67% from 255 or 24.32% from 666); Blue value is 251 (98.44% from 255 or 37.69% from 666); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA2FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA2FB is #025D04. Grayscale: #C7C7C7. Windows color (decimal): -154885 or 16491261. OLE color: 16491261.

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

Color convert

RGB 253 162 251 -
CMYK 0 0.36 0.01 0.01
HSL 301.32º 0.96% 0.81% -
HSV(B) 301.32º 0.36% 0.99% -
XYZ 70.84 53.69 97.9 -
YUV 199.36 157.15 166.26 -
System Red Green Blue C M Y K H S L
Decimal 253 162 251 0 0.36 0.01 0.01 301.32 0.96 0.81
Hex FD A2 FB 0 24 1 1 12D 60 51
Octal 375 242 373 0 44 1 1 455 140 121
Binary 11111101 10100010 11111011 0 100100 1 1 100101101 1100000 1010001

Color Harmonies of #FDA2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA2FB

Black with #FDA2FB

Text Example


Text Example

White with #FDA2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA2FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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