Html Css Color HEX #FDA7FB Lavender Rose

📋 copy color: '#FDA7FB'

red 253 ◦ green 167 ◦ blue 251

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

Shades of Lavender Rose #FDA7FB

Tints of Lavender Rose #FDA7FB

RGB

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

 GREEN value IS 167 (65.63% from 255) = 24.89%

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

R = 37.7%
G = 24.89%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FDA7FB (or 0xFDA7FB) is known color: Lavender Rose. HEX triplet: FD, A7 and FB. RGB value is (253,167,251). Sum of RGB (Red+Green+Blue) = 253+167+251=671 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.70% from 671); Green value is 167 (65.62% from 255 or 24.89% from 671); Blue value is 251 (98.44% from 255 or 37.41% from 671); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA7FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA7FB is #025804. Grayscale: #CACACA. Windows color (decimal): -153605 or 16492541. OLE color: 16492541.

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

Color convert

RGB 253 167 251 -
CMYK 0 0.34 0.01 0.01
HSL 301.4º 0.96% 0.82% -
HSV(B) 301.4º 0.34% 0.99% -
XYZ 71.74 55.49 98.2 -
YUV 202.29 155.49 164.17 -
System Red Green Blue C M Y K H S L
Decimal 253 167 251 0 0.34 0.01 0.01 301.4 0.96 0.82
Hex FD A7 FB 0 22 1 1 12D 60 52
Octal 375 247 373 0 42 1 1 455 140 122
Binary 11111101 10100111 11111011 0 100010 1 1 100101101 1100000 1010010

Color Harmonies of #FDA7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA7FB

Black with #FDA7FB

Text Example


Text Example

White with #FDA7FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA7FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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