Html Css Color HEX #FBADF8 Lavender Rose

📋 copy color: '#FBADF8'

red 251 ◦ green 173 ◦ blue 248

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

Shades of Lavender Rose #FBADF8

Tints of Lavender Rose #FBADF8

RGB

 RED value IS 251 (98.44% from 255) = 37.35%

 GREEN value IS 173 (67.97% from 255) = 25.74%

 BLUE value IS 248 (97.27% from 255) = 36.9%

R = 37.35%
G = 25.74%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FBADF8 (or 0xFBADF8) is known color: Lavender Rose. HEX triplet: FB, AD and F8. RGB value is (251,173,248). Sum of RGB (Red+Green+Blue) = 251+173+248=672 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.35% from 672); Green value is 173 (67.97% from 255 or 25.74% from 672); Blue value is 248 (97.27% from 255 or 36.90% from 672); Max value from RGB is 251 - color contains mainly: red. Hex color #FBADF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBADF8 is #045207. Grayscale: #CCCCCC. Windows color (decimal): -283144 or 16297467. OLE color: 16297467.

HSL color Cylindrical-coordinate representation of color #FBADF8: hue angle of 302.31º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FBADF8 is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 173 248 -
CMYK 0 0.31 0.01 0.02
HSL 302.31º 0.91% 0.83% -
HSV(B) 302.31º 0.31% 0.98% -
XYZ 71.67 57.17 96.07 -
YUV 204.87 152.34 160.9 -
System Red Green Blue C M Y K H S L
Decimal 251 173 248 0 0.31 0.01 0.02 302.31 0.91 0.83
Hex FB AD F8 0 1F 1 2 12E 5B 53
Octal 373 255 370 0 37 1 2 456 133 123
Binary 11111011 10101101 11111000 0 11111 1 10 100101110 1011011 1010011

Color Harmonies of #FBADF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBADF8

Black with #FBADF8

Text Example


Text Example

White with #FBADF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBADF8; }

 p { color: rgb(251,173,248); }

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

background-color css

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

 a { background-color: rgb(251,173,248); }

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

border-color css

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

 span { border-color: rgb(251,173,248); }

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