Html Css Color HEX #FBADF0 Lavender Rose

📋 copy color: '#FBADF0'

red 251 ◦ green 173 ◦ blue 240

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

Shades of Lavender Rose #FBADF0

Tints of Lavender Rose #FBADF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 36.14%

R = 37.8%
G = 26.05%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FBADF0 (or 0xFBADF0) is known color: Lavender Rose. HEX triplet: FB, AD and F0. RGB value is (251,173,240). Sum of RGB (Red+Green+Blue) = 251+173+240=664 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.80% from 664); Green value is 173 (67.97% from 255 or 26.05% from 664); Blue value is 240 (94.14% from 255 or 36.14% from 664); Max value from RGB is 251 - color contains mainly: red. Hex color #FBADF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBADF0 is #04520F. Grayscale: #CBCBCB. Windows color (decimal): -283152 or 15773179. OLE color: 15773179.

HSL color Cylindrical-coordinate representation of color #FBADF0: hue angle of 308.46º 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 #FBADF0 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 173 240 -
CMYK 0 0.31 0.04 0.02
HSL 308.46º 0.91% 0.83% -
HSV(B) 308.46º 0.31% 0.98% -
XYZ 70.46 56.69 89.67 -
YUV 203.96 148.34 161.55 -
System Red Green Blue C M Y K H S L
Decimal 251 173 240 0 0.31 0.04 0.02 308.46 0.91 0.83
Hex FB AD F0 0 1F 4 2 134 5B 53
Octal 373 255 360 0 37 4 2 464 133 123
Binary 11111011 10101101 11110000 0 11111 100 10 100110100 1011011 1010011

Color Harmonies of #FBADF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBADF0

Black with #FBADF0

Text Example


Text Example

White with #FBADF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBADF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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