Html Css Color HEX #FBADF4 Lavender Rose

📋 copy color: '#FBADF4'

red 251 ◦ green 173 ◦ blue 244

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

Shades of Lavender Rose #FBADF4

Tints of Lavender Rose #FBADF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 36.53%

R = 37.57%
G = 25.9%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FBADF4 (or 0xFBADF4) is known color: Lavender Rose. HEX triplet: FB, AD and F4. RGB value is (251,173,244). Sum of RGB (Red+Green+Blue) = 251+173+244=668 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.57% from 668); Green value is 173 (67.97% from 255 or 25.90% from 668); Blue value is 244 (95.70% from 255 or 36.53% from 668); Max value from RGB is 251 - color contains mainly: red. Hex color #FBADF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBADF4 is #04520B. Grayscale: #CCCCCC. Windows color (decimal): -283148 or 16035323. OLE color: 16035323.

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

Color convert

RGB 251 173 244 -
CMYK 0 0.31 0.03 0.02
HSL 305.38º 0.91% 0.83% -
HSV(B) 305.38º 0.31% 0.98% -
XYZ 71.06 56.93 92.83 -
YUV 204.42 150.34 161.23 -
System Red Green Blue C M Y K H S L
Decimal 251 173 244 0 0.31 0.03 0.02 305.38 0.91 0.83
Hex FB AD F4 0 1F 3 2 131 5B 53
Octal 373 255 364 0 37 3 2 461 133 123
Binary 11111011 10101101 11110100 0 11111 11 10 100110001 1011011 1010011

Color Harmonies of #FBADF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBADF4

Black with #FBADF4

Text Example


Text Example

White with #FBADF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBADF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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