Html Css Color HEX #FDABFA Lavender Rose

📋 copy color: '#FDABFA'

red 253 ◦ green 171 ◦ blue 250

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

Shades of Lavender Rose #FDABFA

Tints of Lavender Rose #FDABFA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 25.37%

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

R = 37.54%
G = 25.37%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FDABFA (or 0xFDABFA) is known color: Lavender Rose. HEX triplet: FD, AB and FA. RGB value is (253,171,250). Sum of RGB (Red+Green+Blue) = 253+171+250=674 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.54% from 674); Green value is 171 (67.19% from 255 or 25.37% from 674); Blue value is 250 (98.05% from 255 or 37.09% from 674); Max value from RGB is 253 - color contains mainly: red. Hex color #FDABFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDABFA is #025405. Grayscale: #CCCCCC. Windows color (decimal): -152582 or 16428029. OLE color: 16428029.

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

Color convert

RGB 253 171 250 -
CMYK 0 0.32 0.01 0.01
HSL 302.2º 0.95% 0.83% -
HSV(B) 302.2º 0.32% 0.99% -
XYZ 72.33 56.91 97.62 -
YUV 204.52 153.67 162.58 -
System Red Green Blue C M Y K H S L
Decimal 253 171 250 0 0.32 0.01 0.01 302.2 0.95 0.83
Hex FD AB FA 0 20 1 1 12E 5F 53
Octal 375 253 372 0 40 1 1 456 137 123
Binary 11111101 10101011 11111010 0 100000 1 1 100101110 1011111 1010011

Color Harmonies of #FDABFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDABFA

Black with #FDABFA

Text Example


Text Example

White with #FDABFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDABFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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