Html Css Color HEX #FBADCC Lavender Pink

📋 copy color: '#FBADCC'

red 251 ◦ green 173 ◦ blue 204

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

Shades of Lavender Pink #FBADCC

Tints of Lavender Pink #FBADCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 32.48%

R = 39.97%
G = 27.55%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FBADCC (or 0xFBADCC) is known color: Lavender Pink. HEX triplet: FB, AD and CC. RGB value is (251,173,204). Sum of RGB (Red+Green+Blue) = 251+173+204=628 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.97% from 628); Green value is 173 (67.97% from 255 or 27.55% from 628); Blue value is 204 (80.08% from 255 or 32.48% from 628); Max value from RGB is 251 - color contains mainly: red. Hex color #FBADCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBADCC is #045233. Grayscale: #C7C7C7. Windows color (decimal): -283188 or 13413883. OLE color: 13413883.

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

Color convert

RGB 251 173 204 -
CMYK 0 0.31 0.19 0.02
HSL 336.15º 0.91% 0.83% -
HSV(B) 336.15º 0.31% 0.98% -
XYZ 65.63 54.76 64.24 -
YUV 199.86 130.34 164.48 -
System Red Green Blue C M Y K H S L
Decimal 251 173 204 0 0.31 0.19 0.02 336.15 0.91 0.83
Hex FB AD CC 0 1F 13 2 150 5B 53
Octal 373 255 314 0 37 23 2 520 133 123
Binary 11111011 10101101 11001100 0 11111 10011 10 101010000 1011011 1010011

Color Harmonies of #FBADCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBADCC

Black with #FBADCC

Text Example


Text Example

White with #FBADCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBADCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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