Html Css Color HEX #FDABFB Lavender Rose

📋 copy color: '#FDABFB'

red 253 ◦ green 171 ◦ blue 251

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

Shades of Lavender Rose #FDABFB

Tints of Lavender Rose #FDABFB

RGB

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

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

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

R = 37.48%
G = 25.33%
B = 37.19%

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

#FDABFB (or 0xFDABFB) is known color: Lavender Rose. HEX triplet: FD, AB and FB. RGB value is (253,171,251). Sum of RGB (Red+Green+Blue) = 253+171+251=675 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.48% from 675); Green value is 171 (67.19% from 255 or 25.33% from 675); Blue value is 251 (98.44% from 255 or 37.19% from 675); Max value from RGB is 253 - color contains mainly: red. Hex color #FDABFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDABFB is #025404. Grayscale: #CCCCCC. Windows color (decimal): -152581 or 16493565. OLE color: 16493565.

HSL color Cylindrical-coordinate representation of color #FDABFB: hue angle of 301.46º 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 #FDABFB is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 171 251 -
CMYK 0 0.32 0.01 0.01
HSL 301.46º 0.95% 0.83% -
HSV(B) 301.46º 0.32% 0.99% -
XYZ 72.48 56.97 98.44 -
YUV 204.64 154.17 162.5 -
System Red Green Blue C M Y K H S L
Decimal 253 171 251 0 0.32 0.01 0.01 301.46 0.95 0.83
Hex FD AB FB 0 20 1 1 12D 5F 53
Octal 375 253 373 0 40 1 1 455 137 123
Binary 11111101 10101011 11111011 0 100000 1 1 100101101 1011111 1010011

Color Harmonies of #FDABFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDABFB

Black with #FDABFB

Text Example


Text Example

White with #FDABFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDABFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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