Html Css Color HEX #FBADEA Lavender Rose

📋 copy color: '#FBADEA'

red 251 ◦ green 173 ◦ blue 234

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

Shades of Lavender Rose #FBADEA

Tints of Lavender Rose #FBADEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.56%

R = 38.15%
G = 26.29%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FBADEA (or 0xFBADEA) is known color: Lavender Rose. HEX triplet: FB, AD and EA. RGB value is (251,173,234). Sum of RGB (Red+Green+Blue) = 251+173+234=658 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.15% from 658); Green value is 173 (67.97% from 255 or 26.29% from 658); Blue value is 234 (91.80% from 255 or 35.56% from 658); Max value from RGB is 251 - color contains mainly: red. Hex color #FBADEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBADEA is #045215. Grayscale: #CBCBCB. Windows color (decimal): -283158 or 15379963. OLE color: 15379963.

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

Color convert

RGB 251 173 234 -
CMYK 0 0.31 0.07 0.02
HSL 313.08º 0.91% 0.83% -
HSV(B) 313.08º 0.31% 0.98% -
XYZ 69.58 56.34 85.05 -
YUV 203.28 145.34 162.04 -
System Red Green Blue C M Y K H S L
Decimal 251 173 234 0 0.31 0.07 0.02 313.08 0.91 0.83
Hex FB AD EA 0 1F 7 2 139 5B 53
Octal 373 255 352 0 37 7 2 471 133 123
Binary 11111011 10101101 11101010 0 11111 111 10 100111001 1011011 1010011

Color Harmonies of #FBADEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBADEA

Black with #FBADEA

Text Example


Text Example

White with #FBADEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBADEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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