Html Css Color HEX #FBADFD Lavender Rose

📋 copy color: '#FBADFD'

red 251 ◦ green 173 ◦ blue 253

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

Shades of Lavender Rose #FBADFD

Tints of Lavender Rose #FBADFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 37.37%

R = 37.08%
G = 25.55%
B = 37.37%

CMYK

 C value IS 0.01

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FBADFD (or 0xFBADFD) is known color: Lavender Rose. HEX triplet: FB, AD and FD. RGB value is (251,173,253). Sum of RGB (Red+Green+Blue) = 251+173+253=677 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.08% from 677); Green value is 173 (67.97% from 255 or 25.55% from 677); Blue value is 253 (99.22% from 255 or 37.37% from 677); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBADFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBADFD is #045202. Grayscale: #CDCDCD. Windows color (decimal): -283139 or 16625147. OLE color: 16625147.

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

Color convert

RGB 251 173 253 -
CMYK 0.01 0.32 0 0.01
HSL 298.5º 0.95% 0.84% -
HSV(B) 298.5º 0.32% 0.99% -
XYZ 72.46 57.49 100.21 -
YUV 205.44 154.84 160.5 -
System Red Green Blue C M Y K H S L
Decimal 251 173 253 0.01 0.32 0 0.01 298.5 0.95 0.84
Hex FB AD FD 1 20 0 1 12A 5F 54
Octal 373 255 375 1 40 0 1 452 137 124
Binary 11111011 10101101 11111101 1 100000 0 1 100101010 1011111 1010100

Color Harmonies of #FBADFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBADFD

Black with #FBADFD

Text Example


Text Example

White with #FBADFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBADFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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